Html Css Color HEX #2A5869 Chathams Blue

📋 copy color: '#2A5869'

red 42 ◦ green 88 ◦ blue 105

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

Shades of Chathams Blue #2A5869

Tints of Chathams Blue #2A5869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 17.87%
G = 37.45%
B = 44.68%

CMYK

 C value IS 0.6

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A5869 (or 0x2A5869) is known color: Chathams Blue. HEX triplet: 2A, 58 and 69. RGB value is (42,88,105). Sum of RGB (Red+Green+Blue) = 42+88+105=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A5869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5869 is #D5A796. Grayscale: #4C4C4C. Windows color (decimal): -14002071 or 6903850. OLE color: 6903850.

HSL color Cylindrical-coordinate representation of color #2A5869: hue angle of 196.19º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5869 is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 88 105 -
CMYK 0.6 0.16 0 0.59
HSL 196.19º 0.43% 0.29% -
HSV(B) 196.19º 0.6% 0.41% -
XYZ 6.99 8.49 14.64 -
YUV 76.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 42 88 105 0.6 0.16 0 0.59 196.19 0.43 0.29
Hex 2A 58 69 3C 10 0 3B C4 2B 1D
Octal 52 130 151 74 20 0 73 304 53 35
Binary 101010 1011000 1101001 111100 10000 0 111011 11000100 101011 11101

Color Harmonies of #2A5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5869

Black with #2A5869

Text Example


Text Example

White with #2A5869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,88,105); }

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

background-color css

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

 a { background-color: rgb(42,88,105); }

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

border-color css

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

 span { border-color: rgb(42,88,105); }

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