Html Css Color HEX #2A596F Chathams Blue

📋 copy color: '#2A596F'

red 42 ◦ green 89 ◦ blue 111

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

Shades of Chathams Blue #2A596F

Tints of Chathams Blue #2A596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 17.36%
G = 36.78%
B = 45.87%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2A596F (or 0x2A596F) is known color: Chathams Blue. HEX triplet: 2A, 59 and 6F. RGB value is (42,89,111). Sum of RGB (Red+Green+Blue) = 42+89+111=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A596F is #D5A690. Grayscale: #4D4D4D. Windows color (decimal): -14001809 or 7297322. OLE color: 7297322.

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

Color convert

RGB 42 89 111 -
CMYK 0.62 0.20 0 0.56
HSL 199.13º 0.45% 0.3% -
HSV(B) 199.13º 0.62% 0.44% -
XYZ 7.4 8.78 16.34 -
YUV 77.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 42 89 111 0.62 0.20 0 0.56 199.13 0.45 0.3
Hex 2A 59 6F 3E 14 0 38 C7 2D 1E
Octal 52 131 157 76 24 0 70 307 55 36
Binary 101010 1011001 1101111 111110 10100 0 111000 11000111 101101 11110

Color Harmonies of #2A596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A596F

Black with #2A596F

Text Example


Text Example

White with #2A596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,89,111); }

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

background-color css

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

 a { background-color: rgb(42,89,111); }

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

border-color css

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

 span { border-color: rgb(42,89,111); }

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