#26566C

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

Shades of Chathams Blue #26566C

Tints of Chathams Blue #26566C

Color information

#26566C (or 0x26566C) is unknown color: approx Chathams Blue. HEX triplet: 26, 56 and 6C. RGB value is (38,86,108). Sum of RGB (Red+Green+Blue) = 38+86+108=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #26566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26566C is #D9A993. Grayscale: #4A4A4A. Windows color (decimal): -14264724 or 7099942. OLE color: 7099942.

HSL color Cylindrical-coordinate representation of color #26566C: hue angle of 198.86º 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 #26566C is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3886108-
CMYK0.650.2000.58
HSL198.86º47.95%28.63%-
HSV(B)198.86º64.81%42.35%-
XYZ6.838.1515.4-
YUV74.16147.1102.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=16.38%
G=37.07%
B=46.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38861080.650.2000.58198.8647.9528.63
Hex26566C411403Ac7301d
Octal46126154101240723076035
Binary1001101010110110110010000011010001110101100011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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