Html Css Color HEX #2C579E Endeavour

📋 copy color: '#2C579E'

red 44 ◦ green 87 ◦ blue 158

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

Shades of Endeavour #2C579E

Tints of Endeavour #2C579E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 15.22%
G = 30.1%
B = 54.67%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C579E (or 0x2C579E) is known color: Endeavour. HEX triplet: 2C, 57 and 9E. RGB value is (44,87,158). Sum of RGB (Red+Green+Blue) = 44+87+158=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C579E is #D3A861. Grayscale: #515151. Windows color (decimal): -13871202 or 10377004. OLE color: 10377004.

HSL color Cylindrical-coordinate representation of color #2C579E: hue angle of 217.37º 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 #2C579E is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 87 158 -
CMYK 0.72 0.45 0 0.38
HSL 217.37º 0.56% 0.4% -
HSV(B) 217.37º 0.72% 0.62% -
XYZ 10.62 9.82 33.68 -
YUV 82.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 44 87 158 0.72 0.45 0 0.38 217.37 0.56 0.4
Hex 2C 57 9E 48 2D 0 26 D9 38 28
Octal 54 127 236 110 55 0 46 331 70 50
Binary 101100 1010111 10011110 1001000 101101 0 100110 11011001 111000 101000

Color Harmonies of #2C579E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C579E

Black with #2C579E

Text Example


Text Example

White with #2C579E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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