Html Css Color HEX #2A5868 Chathams Blue

📋 copy color: '#2A5868'

red 42 ◦ green 88 ◦ blue 104

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

Shades of Chathams Blue #2A5868

Tints of Chathams Blue #2A5868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 17.95%
G = 37.61%
B = 44.44%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A5868 (or 0x2A5868) is known color: Chathams Blue. HEX triplet: 2A, 58 and 68. RGB value is (42,88,104). Sum of RGB (Red+Green+Blue) = 42+88+104=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A5868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5868 is #D5A797. Grayscale: #4B4B4B. Windows color (decimal): -14002072 or 6838314. OLE color: 6838314.

HSL color Cylindrical-coordinate representation of color #2A5868: hue angle of 195.48º degrees, saturation: 0.42, 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 #2A5868 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 42 88 104 -
CMYK 0.60 0.15 0 0.59
HSL 195.48º 0.42% 0.29% -
HSV(B) 195.48º 0.6% 0.41% -
XYZ 6.94 8.47 14.37 -
YUV 76.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 42 88 104 0.60 0.15 0 0.59 195.48 0.42 0.29
Hex 2A 58 68 3C F 0 3B C3 2A 1D
Octal 52 130 150 74 17 0 73 303 52 35
Binary 101010 1011000 1101000 111100 1111 0 111011 11000011 101010 11101

Color Harmonies of #2A5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5868

Black with #2A5868

Text Example


Text Example

White with #2A5868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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