Html Css Color HEX #2C5E92 Endeavour

📋 copy color: '#2C5E92'

red 44 ◦ green 94 ◦ blue 146

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

Shades of Endeavour #2C5E92

Tints of Endeavour #2C5E92

RGB

 RED value IS 44 (17.58% from 255) = 15.49%

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 15.49%
G = 33.1%
B = 51.41%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C5E92 (or 0x2C5E92) is known color: Endeavour. HEX triplet: 2C, 5E and 92. RGB value is (44,94,146). Sum of RGB (Red+Green+Blue) = 44+94+146=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C5E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5E92 is #D3A16D. Grayscale: #545454. Windows color (decimal): -13869422 or 9592364. OLE color: 9592364.

HSL color Cylindrical-coordinate representation of color #2C5E92: hue angle of 210.59º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5E92 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 44 94 146 -
CMYK 0.70 0.36 0 0.43
HSL 210.59º 0.54% 0.37% -
HSV(B) 210.59º 0.7% 0.57% -
XYZ 10.23 10.62 28.7 -
YUV 84.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 44 94 146 0.70 0.36 0 0.43 210.59 0.54 0.37
Hex 2C 5E 92 46 24 0 2B D3 36 25
Octal 54 136 222 106 44 0 53 323 66 45
Binary 101100 1011110 10010010 1000110 100100 0 101011 11010011 110110 100101

Color Harmonies of #2C5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5E92

Black with #2C5E92

Text Example


Text Example

White with #2C5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,94,146); }

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

background-color css

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

 a { background-color: rgb(44,94,146); }

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

border-color css

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

 span { border-color: rgb(44,94,146); }

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