#26526F

Color #26526F Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #26526F

Tints of Chathams Blue #26526F

Color information

#26526F (or 0x26526F) is unknown color: approx Chathams Blue. HEX triplet: 26, 52 and 6F. RGB value is (38,82,111). Sum of RGB (Red+Green+Blue) = 38+82+111=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #26526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26526F is #D9AD90. Grayscale: #474747. Windows color (decimal): -14265745 or 7295526. OLE color: 7295526.

HSL color Cylindrical-coordinate representation of color #26526F: hue angle of 203.84º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26526F is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3882111-
CMYK0.660.2600.56
HSL203.84º48.99%29.22%-
HSV(B)203.84º65.77%43.53%-
XYZ6.697.5916.15-
YUV72.15149.92103.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=16.45%
G=35.50%
B=48.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38821110.660.2600.56203.8448.9929.22
Hex26526F421A038cc311d
Octal46122157102320703146135
Binary1001101010010110111110000101101001110001100110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26526F; }

 p { color: rgb(38,82,111); }

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

<style>
 a { background-color: #26526F; }

 a { background-color: rgb(38,82,111); }

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

<style>
 span { border-color: #26526F; }

 span { border-color: rgb(38,82,111); }

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