Html Css Color HEX #2D5C75 Chathams Blue

📋 copy color: '#2D5C75'

red 45 ◦ green 92 ◦ blue 117

#2D5C75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #2D5C75

Tints of Chathams Blue #2D5C75

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 value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D5C75 (or 0x2D5C75) is known color: 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

RGB 45 92 117 -
CMYK 0.62 0.21 0 0.54
HSL 200.83º 0.44% 0.32% -
HSV(B) 200.83º 0.62% 0.46% -
XYZ 8.12 9.5 18.23 -
YUV 80.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 45 92 117 0.62 0.21 0 0.54 200.83 0.44 0.32
Hex 2D 5C 75 3E 15 0 36 C9 2C 20
Octal 55 134 165 76 25 0 66 311 54 40
Binary 101101 1011100 1110101 111110 10101 0 110110 11001001 101100 100000

Color Harmonies of #2D5C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5C75

Black with #2D5C75

Text Example


Text Example

White with #2D5C75

Text Example


Text Example

HTML Codes & Css Web 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>