Html Css Color HEX #28578E Endeavour

📋 copy color: '#28578E'

red 40 ◦ green 87 ◦ blue 142

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

Shades of Endeavour #28578E

Tints of Endeavour #28578E

RGB

 RED value IS 40 (16.02% from 255) = 14.87%

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

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

R = 14.87%
G = 32.34%
B = 52.79%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28578E (or 0x28578E) is known color: Endeavour. HEX triplet: 28, 57 and 8E. RGB value is (40,87,142). Sum of RGB (Red+Green+Blue) = 40+87+142=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #28578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28578E is #D7A871. Grayscale: #4E4E4E. Windows color (decimal): -14133362 or 9328424. OLE color: 9328424.

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

Color convert

RGB 40 87 142 -
CMYK 0.72 0.39 0 0.44
HSL 212.35º 0.56% 0.36% -
HSV(B) 212.35º 0.72% 0.56% -
XYZ 9.17 9.22 26.89 -
YUV 79.22 163.43 100.03 -
System Red Green Blue C M Y K H S L
Decimal 40 87 142 0.72 0.39 0 0.44 212.35 0.56 0.36
Hex 28 57 8E 48 27 0 2C D4 38 24
Octal 50 127 216 110 47 0 54 324 70 44
Binary 101000 1010111 10001110 1001000 100111 0 101100 11010100 111000 100100

Color Harmonies of #28578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28578E

Black with #28578E

Text Example


Text Example

White with #28578E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28578E; }

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

 H1.HeaderClassName
 {
   color: #28578E;
 }
 .AnyTagClassName
 {
   color: #28578E;
 }
</style>

background-color css

<style>
 a { background-color: #28578E; }

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

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

border-color css

<style>
 span { border-color: #28578E; }

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

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