Html Css Color HEX #2C578F Endeavour

📋 copy color: '#2C578F'

red 44 ◦ green 87 ◦ blue 143

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

Shades of Endeavour #2C578F

Tints of Endeavour #2C578F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.19%

R = 16.06%
G = 31.75%
B = 52.19%

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

#2C578F (or 0x2C578F) is known color: Endeavour. HEX triplet: 2C, 57 and 8F. RGB value is (44,87,143). Sum of RGB (Red+Green+Blue) = 44+87+143=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C578F is #D3A870. Grayscale: #505050. Windows color (decimal): -13871217 or 9393964. OLE color: 9393964.

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

Color convert

RGB 44 87 143 -
CMYK 0.69 0.39 0 0.44
HSL 213.94º 0.53% 0.37% -
HSV(B) 213.94º 0.69% 0.56% -
XYZ 9.4 9.34 27.29 -
YUV 80.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 44 87 143 0.69 0.39 0 0.44 213.94 0.53 0.37
Hex 2C 57 8F 45 27 0 2C D6 35 25
Octal 54 127 217 105 47 0 54 326 65 45
Binary 101100 1010111 10001111 1000101 100111 0 101100 11010110 110101 100101

Color Harmonies of #2C578F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C578F

Black with #2C578F

Text Example


Text Example

White with #2C578F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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