#261C51

Color #261C51 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #261C51

Tints of Paua #261C51

Color information

#261C51 (or 0x261C51) is unknown color: approx Paua. HEX triplet: 26, 1C and 51. RGB value is (38,28,81). Sum of RGB (Red+Green+Blue) = 38+28+81=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #261C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C51 is #D9E3AE. Grayscale: #242424. Windows color (decimal): -14279599 or 5315622. OLE color: 5315622.

HSL color Cylindrical-coordinate representation of color #261C51: hue angle of 251.32º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261C51 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB382881-
CMYK0.530.6500.68
HSL251.32º48.62%21.37%-
HSV(B)251.32º65.43%31.76%-
XYZ2.71.848-
YUV37.03152.81128.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=25.85%
G=19.05%
B=55.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3828810.530.6500.68251.3248.6221.37
Hex261C513541044fb3115
Octal46341216510101043736125
Binary1001101110010100011101011000001010001001111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261C51; }

 p { color: rgb(38,28,81); }

 H1.HeaderClassName
 {
   color: #261C51;
 }
 .AnyTagClassName
 {
   color: #261C51;
 }
</style>
background-color css

<style>
 a { background-color: #261C51; }

 a { background-color: rgb(38,28,81); }

 div.DivClassName
 {
   background-color: #261C51;
 }
 .BgClassName
 {
   background-color: #261C51;
 }
</style>
border-color css

<style>
 span { border-color: #261C51; }

 span { border-color: rgb(38,28,81); }

 td.TdClassName
 {
   border-color: #261C51;
 }
 .TagClassName
 {
   border-color: #261C51;
 }
</style>