Html Css Color HEX #2D556C Chathams Blue

📋 copy color: '#2D556C'

red 45 ◦ green 85 ◦ blue 108

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

Shades of Chathams Blue #2D556C

Tints of Chathams Blue #2D556C

RGB

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

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

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

R = 18.91%
G = 35.71%
B = 45.38%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D556C (or 0x2D556C) is known color: Chathams Blue. HEX triplet: 2D, 55 and 6C. RGB value is (45,85,108). Sum of RGB (Red+Green+Blue) = 45+85+108=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D556C is #D2AA93. Grayscale: #4B4B4B. Windows color (decimal): -13806228 or 7099693. OLE color: 7099693.

HSL color Cylindrical-coordinate representation of color #2D556C: hue angle of 201.9º 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 #2D556C is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 85 108 -
CMYK 0.58 0.21 0 0.58
HSL 201.9º 0.41% 0.3% -
HSV(B) 201.9º 0.58% 0.42% -
XYZ 7.04 8.14 15.39 -
YUV 75.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 45 85 108 0.58 0.21 0 0.58 201.9 0.41 0.3
Hex 2D 55 6C 3A 15 0 3A CA 29 1E
Octal 55 125 154 72 25 0 72 312 51 36
Binary 101101 1010101 1101100 111010 10101 0 111010 11001010 101001 11110

Color Harmonies of #2D556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D556C

Black with #2D556C

Text Example


Text Example

White with #2D556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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