Html Css Color HEX #2E6090 Endeavour

📋 copy color: '#2E6090'

red 46 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #2E6090

Tints of Endeavour #2E6090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.57%

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 16.08%
G = 33.57%
B = 50.35%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E6090 (or 0x2E6090) is known color: Endeavour. HEX triplet: 2E, 60 and 90. RGB value is (46,96,144). Sum of RGB (Red+Green+Blue) = 46+96+144=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E6090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6090 is #D19F6F. Grayscale: #565656. Windows color (decimal): -13737840 or 9461806. OLE color: 9461806.

HSL color Cylindrical-coordinate representation of color #2E6090: hue angle of 209.39º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6090 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 96 144 -
CMYK 0.68 0.33 0 0.44
HSL 209.39º 0.52% 0.37% -
HSV(B) 209.39º 0.68% 0.56% -
XYZ 10.34 10.96 27.96 -
YUV 86.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 46 96 144 0.68 0.33 0 0.44 209.39 0.52 0.37
Hex 2E 60 90 44 21 0 2C D1 34 25
Octal 56 140 220 104 41 0 54 321 64 45
Binary 101110 1100000 10010000 1000100 100001 0 101100 11010001 110100 100101

Color Harmonies of #2E6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6090

Black with #2E6090

Text Example


Text Example

White with #2E6090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,96,144); }

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

background-color css

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

 a { background-color: rgb(46,96,144); }

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

border-color css

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

 span { border-color: rgb(46,96,144); }

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