Html Css Color HEX #2A5591 Endeavour

📋 copy color: '#2A5591'

red 42 ◦ green 85 ◦ blue 145

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

Shades of Endeavour #2A5591

Tints of Endeavour #2A5591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 145 (57.03% from 255) = 53.31%

R = 15.44%
G = 31.25%
B = 53.31%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2A5591 (or 0x2A5591) is known color: Endeavour. HEX triplet: 2A, 55 and 91. RGB value is (42,85,145). Sum of RGB (Red+Green+Blue) = 42+85+145=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #2A5591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5591 is #D5AA6E. Grayscale: #4E4E4E. Windows color (decimal): -14002799 or 9524522. OLE color: 9524522.

HSL color Cylindrical-coordinate representation of color #2A5591: hue angle of 214.95º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A5591 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 85 145 -
CMYK 0.71 0.41 0 0.43
HSL 214.95º 0.55% 0.37% -
HSV(B) 214.95º 0.71% 0.57% -
XYZ 9.31 9.03 28.04 -
YUV 78.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 42 85 145 0.71 0.41 0 0.43 214.95 0.55 0.37
Hex 2A 55 91 47 29 0 2B D7 37 25
Octal 52 125 221 107 51 0 53 327 67 45
Binary 101010 1010101 10010001 1000111 101001 0 101011 11010111 110111 100101

Color Harmonies of #2A5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5591

Black with #2A5591

Text Example


Text Example

White with #2A5591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,85,145); }

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

background-color css

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

 a { background-color: rgb(42,85,145); }

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

border-color css

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

 span { border-color: rgb(42,85,145); }

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