Html Css Color HEX #2A5799 Endeavour

📋 copy color: '#2A5799'

red 42 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #2A5799

Tints of Endeavour #2A5799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 14.89%
G = 30.85%
B = 54.26%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A5799 (or 0x2A5799) is known color: Endeavour. HEX triplet: 2A, 57 and 99. RGB value is (42,87,153). Sum of RGB (Red+Green+Blue) = 42+87+153=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A5799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5799 is #D5A866. Grayscale: #505050. Windows color (decimal): -14002279 or 10049322. OLE color: 10049322.

HSL color Cylindrical-coordinate representation of color #2A5799: hue angle of 215.68º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A5799 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 87 153 -
CMYK 0.73 0.43 0 0.4
HSL 215.68º 0.57% 0.38% -
HSV(B) 215.68º 0.73% 0.6% -
XYZ 10.11 9.61 31.46 -
YUV 81.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 42 87 153 0.73 0.43 0 0.4 215.68 0.57 0.38
Hex 2A 57 99 49 2B 0 28 D8 39 26
Octal 52 127 231 111 53 0 50 330 71 46
Binary 101010 1010111 10011001 1001001 101011 0 101000 11011000 111001 100110

Color Harmonies of #2A5799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5799

Black with #2A5799

Text Example


Text Example

White with #2A5799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,87,153); }

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

background-color css

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

 a { background-color: rgb(42,87,153); }

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

border-color css

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

 span { border-color: rgb(42,87,153); }

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