Html Css Color HEX #28578F Endeavour

📋 copy color: '#28578F'

red 40 ◦ green 87 ◦ blue 143

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

Shades of Endeavour #28578F

Tints of Endeavour #28578F

RGB

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

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

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

R = 14.81%
G = 32.22%
B = 52.96%

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

#28578F (or 0x28578F) is known color: Endeavour. HEX triplet: 28, 57 and 8F. RGB value is (40,87,143). Sum of RGB (Red+Green+Blue) = 40+87+143=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #28578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28578F is #D7A870. Grayscale: #4F4F4F. Windows color (decimal): -14133361 or 9393960. OLE color: 9393960.

HSL color Cylindrical-coordinate representation of color #28578F: hue angle of 212.62º 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 #28578F is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 87 143 -
CMYK 0.72 0.39 0 0.44
HSL 212.62º 0.56% 0.36% -
HSV(B) 212.62º 0.72% 0.56% -
XYZ 9.24 9.25 27.29 -
YUV 79.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 40 87 143 0.72 0.39 0 0.44 212.62 0.56 0.36
Hex 28 57 8F 48 27 0 2C D5 38 24
Octal 50 127 217 110 47 0 54 325 70 44
Binary 101000 1010111 10001111 1001000 100111 0 101100 11010101 111000 100100

Color Harmonies of #28578F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28578F

Black with #28578F

Text Example


Text Example

White with #28578F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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