#2D5266

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

Shades of Chathams Blue #2D5266

Tints of Chathams Blue #2D5266

Color information

#2D5266 (or 0x2D5266) is unknown color: approx Chathams Blue. HEX triplet: 2D, 52 and 66. RGB value is (45,82,102). Sum of RGB (Red+Green+Blue) = 45+82+102=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D5266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5266 is #D2AD99. Grayscale: #494949. Windows color (decimal): -13807002 or 6705709. OLE color: 6705709.

HSL color Cylindrical-coordinate representation of color #2D5266: hue angle of 201.05º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D5266 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4582102-
CMYK0.560.2000.6
HSL201.05º38.78%28.82%-
HSV(B)201.05º55.88%40%-
XYZ6.57.5513.69-
YUV73.22144.24107.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.65%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=19.65%
G=35.81%
B=44.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45821020.560.2000.6201.0538.7828.82
Hex2D5266381403Cc9271d
Octal5512214670240743114735
Binary101101101001011001101110001010001111001100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5266; }

 p { color: rgb(45,82,102); }

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

<style>
 a { background-color: #2D5266; }

 a { background-color: rgb(45,82,102); }

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

<style>
 span { border-color: #2D5266; }

 span { border-color: rgb(45,82,102); }

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