#26556C

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

Shades of Chathams Blue #26556C

Tints of Chathams Blue #26556C

Color information

#26556C (or 0x26556C) is unknown color: approx Chathams Blue. HEX triplet: 26, 55 and 6C. RGB value is (38,85,108). Sum of RGB (Red+Green+Blue) = 38+85+108=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #26556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26556C is #D9AA93. Grayscale: #494949. Windows color (decimal): -14264980 or 7099686. OLE color: 7099686.

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

Color convert

RGB3885108-
CMYK0.650.2100.58
HSL199.71º47.95%28.63%-
HSV(B)199.71º64.81%42.35%-
XYZ6.757.9915.37-
YUV73.57147.43102.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=16.45%
G=36.80%
B=46.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38851080.650.2100.58199.7147.9528.63
Hex26556C411503Ac8301d
Octal46125154101250723106035
Binary1001101010101110110010000011010101110101100100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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