#2D5C75

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

Shades of Chathams Blue #2D5C75

Tints of Chathams Blue #2D5C75

Color information

#2D5C75 (or 0x2D5C75) is unknown color: approx Chathams Blue. HEX triplet: 2D, 5C and 75. RGB value is (45,92,117). Sum of RGB (Red+Green+Blue) = 45+92+117=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D5C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5C75 is #D2A38A. Grayscale: #505050. Windows color (decimal): -13804427 or 7691309. OLE color: 7691309.

HSL color Cylindrical-coordinate representation of color #2D5C75: hue angle of 200.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D5C75 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4592117-
CMYK0.620.2100.54
HSL200.83º44.44%31.76%-
HSV(B)200.83º61.54%45.88%-
XYZ8.129.518.23-
YUV80.8148.43102.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 117 (46.09% from 255) = 46.06%
R=17.72%
G=36.22%
B=46.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45921170.620.2100.54200.8344.4431.76
Hex2D5C753E15036c92c20
Octal5513416576250663115440
Binary1011011011100111010111111010101011011011001001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,92,117); }

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

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

 a { background-color: rgb(45,92,117); }

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

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

 span { border-color: rgb(45,92,117); }

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