Html Css Color HEX #2A5997 Endeavour

📋 copy color: '#2A5997'

red 42 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #2A5997

Tints of Endeavour #2A5997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 14.89%
G = 31.56%
B = 53.55%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2A5997 (or 0x2A5997) is known color: Endeavour. HEX triplet: 2A, 59 and 97. RGB value is (42,89,151). Sum of RGB (Red+Green+Blue) = 42+89+151=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A5997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5997 is #D5A668. Grayscale: #515151. Windows color (decimal): -14001769 or 9918762. OLE color: 9918762.

HSL color Cylindrical-coordinate representation of color #2A5997: hue angle of 214.13º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A5997 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 89 151 -
CMYK 0.72 0.41 0 0.41
HSL 214.13º 0.56% 0.38% -
HSV(B) 214.13º 0.72% 0.59% -
XYZ 10.11 9.87 30.65 -
YUV 82.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 42 89 151 0.72 0.41 0 0.41 214.13 0.56 0.38
Hex 2A 59 97 48 29 0 29 D6 38 26
Octal 52 131 227 110 51 0 51 326 70 46
Binary 101010 1011001 10010111 1001000 101001 0 101001 11010110 111000 100110

Color Harmonies of #2A5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5997

Black with #2A5997

Text Example


Text Example

White with #2A5997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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