Html Css Color HEX #28579D Endeavour

📋 copy color: '#28579D'

red 40 ◦ green 87 ◦ blue 157

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

Shades of Endeavour #28579D

Tints of Endeavour #28579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 14.08%
G = 30.63%
B = 55.28%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28579D (or 0x28579D) is known color: Endeavour. HEX triplet: 28, 57 and 9D. RGB value is (40,87,157). Sum of RGB (Red+Green+Blue) = 40+87+157=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #28579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28579D is #D7A862. Grayscale: #505050. Windows color (decimal): -14133347 or 10311464. OLE color: 10311464.

HSL color Cylindrical-coordinate representation of color #28579D: hue angle of 215.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28579D is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 87 157 -
CMYK 0.75 0.45 0 0.38
HSL 215.9º 0.59% 0.39% -
HSV(B) 215.9º 0.75% 0.62% -
XYZ 10.37 9.7 33.22 -
YUV 80.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 40 87 157 0.75 0.45 0 0.38 215.9 0.59 0.39
Hex 28 57 9D 4B 2D 0 26 D8 3B 27
Octal 50 127 235 113 55 0 46 330 73 47
Binary 101000 1010111 10011101 1001011 101101 0 100110 11011000 111011 100111

Color Harmonies of #28579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28579D

Black with #28579D

Text Example


Text Example

White with #28579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28579D; }

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

 H1.HeaderClassName
 {
   color: #28579D;
 }
 .AnyTagClassName
 {
   color: #28579D;
 }
</style>

background-color css

<style>
 a { background-color: #28579D; }

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

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

border-color css

<style>
 span { border-color: #28579D; }

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

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