Html Css Color HEX #2D596C Chathams Blue

📋 copy color: '#2D596C'

red 45 ◦ green 89 ◦ blue 108

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

Shades of Chathams Blue #2D596C

Tints of Chathams Blue #2D596C

RGB

 RED value IS 45 (17.97% from 255) = 18.6%

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 18.6%
G = 36.78%
B = 44.63%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D596C (or 0x2D596C) is known color: Chathams Blue. HEX triplet: 2D, 59 and 6C. RGB value is (45,89,108). Sum of RGB (Red+Green+Blue) = 45+89+108=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D596C is #D2A693. Grayscale: #4D4D4D. Windows color (decimal): -13805204 or 7100717. OLE color: 7100717.

HSL color Cylindrical-coordinate representation of color #2D596C: hue angle of 198.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D596C is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 89 108 -
CMYK 0.58 0.18 0 0.58
HSL 198.1º 0.41% 0.3% -
HSV(B) 198.1º 0.58% 0.42% -
XYZ 7.36 8.79 15.5 -
YUV 78.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 45 89 108 0.58 0.18 0 0.58 198.1 0.41 0.3
Hex 2D 59 6C 3A 12 0 3A C6 29 1E
Octal 55 131 154 72 22 0 72 306 51 36
Binary 101101 1011001 1101100 111010 10010 0 111010 11000110 101001 11110

Color Harmonies of #2D596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D596C

Black with #2D596C

Text Example


Text Example

White with #2D596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,108); }

 H1.HeaderClassName
 {
   color: #2D596C;
 }
 .AnyTagClassName
 {
   color: #2D596C;
 }
</style>

background-color css

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

 a { background-color: rgb(45,89,108); }

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

border-color css

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

 span { border-color: rgb(45,89,108); }

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