Html Css Color HEX #2D5566 Chathams Blue

📋 copy color: '#2D5566'

red 45 ◦ green 85 ◦ blue 102

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

Shades of Chathams Blue #2D5566

Tints of Chathams Blue #2D5566

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 102 (40.23% from 255) = 43.97%

R = 19.4%
G = 36.64%
B = 43.97%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2D5566 (or 0x2D5566) is known color: Chathams Blue. HEX triplet: 2D, 55 and 66. RGB value is (45,85,102). Sum of RGB (Red+Green+Blue) = 45+85+102=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5566 is #D2AA99. Grayscale: #4A4A4A. Windows color (decimal): -13806234 or 6706477. OLE color: 6706477.

HSL color Cylindrical-coordinate representation of color #2D5566: hue angle of 197.89º 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 #2D5566 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 45 85 102 -
CMYK 0.56 0.17 0 0.6
HSL 197.89º 0.39% 0.29% -
HSV(B) 197.89º 0.56% 0.4% -
XYZ 6.73 8.01 13.76 -
YUV 74.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 45 85 102 0.56 0.17 0 0.6 197.89 0.39 0.29
Hex 2D 55 66 38 11 0 3C C6 27 1D
Octal 55 125 146 70 21 0 74 306 47 35
Binary 101101 1010101 1100110 111000 10001 0 111100 11000110 100111 11101

Color Harmonies of #2D5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5566

Black with #2D5566

Text Example


Text Example

White with #2D5566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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