#26516D

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

Shades of Chathams Blue #26516D

Tints of Chathams Blue #26516D

Color information

#26516D (or 0x26516D) is unknown color: approx Chathams Blue. HEX triplet: 26, 51 and 6D. RGB value is (38,81,109). Sum of RGB (Red+Green+Blue) = 38+81+109=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #26516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26516D is #D9AE92. Grayscale: #474747. Windows color (decimal): -14266003 or 7164198. OLE color: 7164198.

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

Color convert

RGB3881109-
CMYK0.650.2600.57
HSL203.66º48.3%28.82%-
HSV(B)203.66º65.14%42.75%-
XYZ6.57.415.55-
YUV71.33149.25104.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.67%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=16.67%
G=35.53%
B=47.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38811090.650.2600.57203.6648.328.82
Hex26516D411A039cc301d
Octal46121155101320713146035
Binary1001101010001110110110000011101001110011100110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26516D; }

 p { color: rgb(38,81,109); }

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

<style>
 a { background-color: #26516D; }

 a { background-color: rgb(38,81,109); }

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

<style>
 span { border-color: #26516D; }

 span { border-color: rgb(38,81,109); }

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