Html Css Color HEX #2C5494 Endeavour

📋 copy color: '#2C5494'

red 44 ◦ green 84 ◦ blue 148

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

Shades of Endeavour #2C5494

Tints of Endeavour #2C5494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 15.94%
G = 30.43%
B = 53.62%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C5494 (or 0x2C5494) is known color: Endeavour. HEX triplet: 2C, 54 and 94. RGB value is (44,84,148). Sum of RGB (Red+Green+Blue) = 44+84+148=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C5494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5494 is #D3AB6B. Grayscale: #4F4F4F. Windows color (decimal): -13871980 or 9720876. OLE color: 9720876.

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

Color convert

RGB 44 84 148 -
CMYK 0.70 0.43 0 0.42
HSL 216.92º 0.54% 0.38% -
HSV(B) 216.92º 0.7% 0.58% -
XYZ 9.55 9.01 29.25 -
YUV 79.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 44 84 148 0.70 0.43 0 0.42 216.92 0.54 0.38
Hex 2C 54 94 46 2B 0 2A D9 36 26
Octal 54 124 224 106 53 0 52 331 66 46
Binary 101100 1010100 10010100 1000110 101011 0 101010 11011001 110110 100110

Color Harmonies of #2C5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5494

Black with #2C5494

Text Example


Text Example

White with #2C5494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,84,148); }

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

background-color css

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

 a { background-color: rgb(44,84,148); }

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

border-color css

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

 span { border-color: rgb(44,84,148); }

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