Html Css Color HEX #2C578E Endeavour

📋 copy color: '#2C578E'

red 44 ◦ green 87 ◦ blue 142

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

Shades of Endeavour #2C578E

Tints of Endeavour #2C578E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 16.12%
G = 31.87%
B = 52.01%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C578E (or 0x2C578E) is known color: Endeavour. HEX triplet: 2C, 57 and 8E. RGB value is (44,87,142). Sum of RGB (Red+Green+Blue) = 44+87+142=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C578E is #D3A871. Grayscale: #505050. Windows color (decimal): -13871218 or 9328428. OLE color: 9328428.

HSL color Cylindrical-coordinate representation of color #2C578E: hue angle of 213.67º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C578E is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 87 142 -
CMYK 0.69 0.39 0 0.44
HSL 213.67º 0.53% 0.36% -
HSV(B) 213.67º 0.69% 0.56% -
XYZ 9.33 9.3 26.9 -
YUV 80.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 44 87 142 0.69 0.39 0 0.44 213.67 0.53 0.36
Hex 2C 57 8E 45 27 0 2C D6 35 24
Octal 54 127 216 105 47 0 54 326 65 44
Binary 101100 1010111 10001110 1000101 100111 0 101100 11010110 110101 100100

Color Harmonies of #2C578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C578E

Black with #2C578E

Text Example


Text Example

White with #2C578E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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