#264F6D

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

Shades of Chathams Blue #264F6D

Tints of Chathams Blue #264F6D

Color information

#264F6D (or 0x264F6D) is unknown color: approx Chathams Blue. HEX triplet: 26, 4F and 6D. RGB value is (38,79,109). Sum of RGB (Red+Green+Blue) = 38+79+109=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #264F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F6D is #D9B092. Grayscale: #464646. Windows color (decimal): -14266515 or 7163686. OLE color: 7163686.

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

Color convert

RGB3879109-
CMYK0.650.2800.57
HSL205.35º48.3%28.82%-
HSV(B)205.35º65.14%42.75%-
XYZ6.367.1115.51-
YUV70.16149.92105.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=16.81%
G=34.96%
B=48.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38791090.650.2800.57205.3548.328.82
Hex264F6D411C039cd301d
Octal46117155101340713156035
Binary1001101001111110110110000011110001110011100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264F6D; }

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

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

<style>
 a { background-color: #264F6D; }

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

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

<style>
 span { border-color: #264F6D; }

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

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