Html Css Color HEX #2A5593 Endeavour

📋 copy color: '#2A5593'

red 42 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #2A5593

Tints of Endeavour #2A5593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 15.33%
G = 31.02%
B = 53.65%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A5593 (or 0x2A5593) is known color: Endeavour. HEX triplet: 2A, 55 and 93. RGB value is (42,85,147). Sum of RGB (Red+Green+Blue) = 42+85+147=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5593 is #D5AA6C. Grayscale: #4E4E4E. Windows color (decimal): -14002797 or 9655594. OLE color: 9655594.

HSL color Cylindrical-coordinate representation of color #2A5593: hue angle of 215.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A5593 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 85 147 -
CMYK 0.71 0.42 0 0.42
HSL 215.43º 0.56% 0.37% -
HSV(B) 215.43º 0.71% 0.58% -
XYZ 9.47 9.1 28.86 -
YUV 79.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 42 85 147 0.71 0.42 0 0.42 215.43 0.56 0.37
Hex 2A 55 93 47 2A 0 2A D7 38 25
Octal 52 125 223 107 52 0 52 327 70 45
Binary 101010 1010101 10010011 1000111 101010 0 101010 11010111 111000 100101

Color Harmonies of #2A5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5593

Black with #2A5593

Text Example


Text Example

White with #2A5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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