Html Css Color HEX #2A5571 Chathams Blue

📋 copy color: '#2A5571'

red 42 ◦ green 85 ◦ blue 113

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

Shades of Chathams Blue #2A5571

Tints of Chathams Blue #2A5571

RGB

 RED value IS 42 (16.8% from 255) = 17.5%

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

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 17.5%
G = 35.42%
B = 47.08%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A5571 (or 0x2A5571) is known color: Chathams Blue. HEX triplet: 2A, 55 and 71. RGB value is (42,85,113). Sum of RGB (Red+Green+Blue) = 42+85+113=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A5571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5571 is #D5AA8E. Grayscale: #4B4B4B. Windows color (decimal): -14002831 or 7427370. OLE color: 7427370.

HSL color Cylindrical-coordinate representation of color #2A5571: hue angle of 203.66º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5571 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 85 113 -
CMYK 0.63 0.25 0 0.56
HSL 203.66º 0.46% 0.3% -
HSV(B) 203.66º 0.63% 0.44% -
XYZ 7.18 8.18 16.82 -
YUV 75.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 42 85 113 0.63 0.25 0 0.56 203.66 0.46 0.3
Hex 2A 55 71 3F 19 0 38 CC 2E 1E
Octal 52 125 161 77 31 0 70 314 56 36
Binary 101010 1010101 1110001 111111 11001 0 111000 11001100 101110 11110

Color Harmonies of #2A5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5571

Black with #2A5571

Text Example


Text Example

White with #2A5571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,85,113); }

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

background-color css

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

 a { background-color: rgb(42,85,113); }

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

border-color css

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

 span { border-color: rgb(42,85,113); }

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