#26536D

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

Shades of Chathams Blue #26536D

Tints of Chathams Blue #26536D

Color information

#26536D (or 0x26536D) is unknown color: approx Chathams Blue. HEX triplet: 26, 53 and 6D. RGB value is (38,83,109). Sum of RGB (Red+Green+Blue) = 38+83+109=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #26536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26536D is #D9AC92. Grayscale: #484848. Windows color (decimal): -14265491 or 7164710. OLE color: 7164710.

HSL color Cylindrical-coordinate representation of color #26536D: hue angle of 201.97º 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 #26536D is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3883109-
CMYK0.650.2400.57
HSL201.97º48.3%28.82%-
HSV(B)201.97º65.14%42.75%-
XYZ6.657.715.6-
YUV72.51148.59103.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=16.52%
G=36.09%
B=47.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38831090.650.2400.57201.9748.328.82
Hex26536D4118039ca301d
Octal46123155101300713126035
Binary1001101010011110110110000011100001110011100101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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