Html Css Color HEX #2A519B Endeavour

📋 copy color: '#2A519B'

red 42 ◦ green 81 ◦ blue 155

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

Shades of Endeavour #2A519B

Tints of Endeavour #2A519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 15.11%
G = 29.14%
B = 55.76%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A519B (or 0x2A519B) is known color: Endeavour. HEX triplet: 2A, 51 and 9B. RGB value is (42,81,155). Sum of RGB (Red+Green+Blue) = 42+81+155=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A519B is #D5AE64. Grayscale: #4D4D4D. Windows color (decimal): -14003813 or 10178858. OLE color: 10178858.

HSL color Cylindrical-coordinate representation of color #2A519B: hue angle of 219.29º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A519B is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 42 81 155 -
CMYK 0.73 0.48 0 0.39
HSL 219.29º 0.57% 0.39% -
HSV(B) 219.29º 0.73% 0.61% -
XYZ 9.81 8.74 32.18 -
YUV 77.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 42 81 155 0.73 0.48 0 0.39 219.29 0.57 0.39
Hex 2A 51 9B 49 30 0 27 DB 39 27
Octal 52 121 233 111 60 0 47 333 71 47
Binary 101010 1010001 10011011 1001001 110000 0 100111 11011011 111001 100111

Color Harmonies of #2A519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A519B

Black with #2A519B

Text Example


Text Example

White with #2A519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,81,155); }

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

background-color css

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

 a { background-color: rgb(42,81,155); }

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

border-color css

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

 span { border-color: rgb(42,81,155); }

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