Html Css Color HEX #2E539A Endeavour

📋 copy color: '#2E539A'

red 46 ◦ green 83 ◦ blue 154

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

Shades of Endeavour #2E539A

Tints of Endeavour #2E539A

RGB

 RED value IS 46 (18.36% from 255) = 16.25%

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 16.25%
G = 29.33%
B = 54.42%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2E539A (or 0x2E539A) is known color: Endeavour. HEX triplet: 2E, 53 and 9A. RGB value is (46,83,154). Sum of RGB (Red+Green+Blue) = 46+83+154=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E539A is #D1AC65. Grayscale: #4F4F4F. Windows color (decimal): -13741158 or 10113838. OLE color: 10113838.

HSL color Cylindrical-coordinate representation of color #2E539A: hue angle of 219.44º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E539A is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 83 154 -
CMYK 0.70 0.46 0 0.40
HSL 219.44º 0.54% 0.39% -
HSV(B) 219.44º 0.7% 0.6% -
XYZ 10.05 9.1 31.8 -
YUV 80.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 46 83 154 0.70 0.46 0 0.40 219.44 0.54 0.39
Hex 2E 53 9A 46 2E 0 28 DB 36 27
Octal 56 123 232 106 56 0 50 333 66 47
Binary 101110 1010011 10011010 1000110 101110 0 101000 11011011 110110 100111

Color Harmonies of #2E539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E539A

Black with #2E539A

Text Example


Text Example

White with #2E539A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,154); }

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

background-color css

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

 a { background-color: rgb(46,83,154); }

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

border-color css

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

 span { border-color: rgb(46,83,154); }

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