#26566B

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

Shades of Chathams Blue #26566B

Tints of Chathams Blue #26566B

Color information

#26566B (or 0x26566B) is unknown color: approx Chathams Blue. HEX triplet: 26, 56 and 6B. RGB value is (38,86,107). Sum of RGB (Red+Green+Blue) = 38+86+107=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #26566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26566B is #D9A994. Grayscale: #494949. Windows color (decimal): -14264725 or 7034406. OLE color: 7034406.

HSL color Cylindrical-coordinate representation of color #26566B: hue angle of 198.26º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #26566B is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3886107-
CMYK0.640.2000.58
HSL198.26º47.59%28.43%-
HSV(B)198.26º64.49%41.96%-
XYZ6.788.1315.12-
YUV74.04146.6102.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=16.45%
G=37.23%
B=46.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38861070.640.2000.58198.2647.5928.43
Hex26566B401403Ac6301c
Octal46126153100240723066034
Binary1001101010110110101110000001010001110101100011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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