#26506C

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

Shades of Chathams Blue #26506C

Tints of Chathams Blue #26506C

Color information

#26506C (or 0x26506C) is unknown color: approx Chathams Blue. HEX triplet: 26, 50 and 6C. RGB value is (38,80,108). Sum of RGB (Red+Green+Blue) = 38+80+108=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #26506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26506C is #D9AF93. Grayscale: #464646. Windows color (decimal): -14266260 or 7098406. OLE color: 7098406.

HSL color Cylindrical-coordinate representation of color #26506C: hue angle of 204º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26506C is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3880108-
CMYK0.650.2600.58
HSL204º47.95%28.63%-
HSV(B)204º64.81%42.35%-
XYZ6.377.2315.25-
YUV70.63149.09104.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=16.81%
G=35.40%
B=47.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38801080.650.2600.5820447.9528.63
Hex26506C411A03Acc301d
Octal46120154101320723146035
Binary1001101010000110110010000011101001110101100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26506C; }

 p { color: rgb(38,80,108); }

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

<style>
 a { background-color: #26506C; }

 a { background-color: rgb(38,80,108); }

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

<style>
 span { border-color: #26506C; }

 span { border-color: rgb(38,80,108); }

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