Html Css Color HEX #2A5789 Endeavour

📋 copy color: '#2A5789'

red 42 ◦ green 87 ◦ blue 137

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

Shades of Endeavour #2A5789

Tints of Endeavour #2A5789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 15.79%
G = 32.71%
B = 51.5%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2A5789 (or 0x2A5789) is known color: Endeavour. HEX triplet: 2A, 57 and 89. RGB value is (42,87,137). Sum of RGB (Red+Green+Blue) = 42+87+137=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A5789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5789 is #D5A876. Grayscale: #4F4F4F. Windows color (decimal): -14002295 or 9000746. OLE color: 9000746.

HSL color Cylindrical-coordinate representation of color #2A5789: hue angle of 211.58º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A5789 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 42 87 137 -
CMYK 0.69 0.36 0 0.46
HSL 211.58º 0.53% 0.35% -
HSV(B) 211.58º 0.69% 0.54% -
XYZ 8.88 9.11 24.96 -
YUV 79.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 42 87 137 0.69 0.36 0 0.46 211.58 0.53 0.35
Hex 2A 57 89 45 24 0 2E D4 35 23
Octal 52 127 211 105 44 0 56 324 65 43
Binary 101010 1010111 10001001 1000101 100100 0 101110 11010100 110101 100011

Color Harmonies of #2A5789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5789

Black with #2A5789

Text Example


Text Example

White with #2A5789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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