Html Css Color HEX #2C549E Endeavour

📋 copy color: '#2C549E'

red 44 ◦ green 84 ◦ blue 158

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

Shades of Endeavour #2C549E

Tints of Endeavour #2C549E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 15.38%
G = 29.37%
B = 55.24%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C549E (or 0x2C549E) is known color: Endeavour. HEX triplet: 2C, 54 and 9E. RGB value is (44,84,158). Sum of RGB (Red+Green+Blue) = 44+84+158=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C549E is #D3AB61. Grayscale: #505050. Windows color (decimal): -13871970 or 10376236. OLE color: 10376236.

HSL color Cylindrical-coordinate representation of color #2C549E: hue angle of 218.95º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C549E is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 84 158 -
CMYK 0.72 0.47 0 0.38
HSL 218.95º 0.56% 0.4% -
HSV(B) 218.95º 0.72% 0.62% -
XYZ 10.38 9.34 33.6 -
YUV 80.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 44 84 158 0.72 0.47 0 0.38 218.95 0.56 0.4
Hex 2C 54 9E 48 2F 0 26 DB 38 28
Octal 54 124 236 110 57 0 46 333 70 50
Binary 101100 1010100 10011110 1001000 101111 0 100110 11011011 111000 101000

Color Harmonies of #2C549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C549E

Black with #2C549E

Text Example


Text Example

White with #2C549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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