Html Css Color HEX #28589D Endeavour

📋 copy color: '#28589D'

red 40 ◦ green 88 ◦ blue 157

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

Shades of Endeavour #28589D

Tints of Endeavour #28589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 14.04%
G = 30.88%
B = 55.09%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28589D (or 0x28589D) is known color: Endeavour. HEX triplet: 28, 58 and 9D. RGB value is (40,88,157). Sum of RGB (Red+Green+Blue) = 40+88+157=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #28589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28589D is #D7A762. Grayscale: #515151. Windows color (decimal): -14133091 or 10311720. OLE color: 10311720.

HSL color Cylindrical-coordinate representation of color #28589D: hue angle of 215.38º 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 #28589D is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 88 157 -
CMYK 0.75 0.44 0 0.38
HSL 215.38º 0.59% 0.39% -
HSV(B) 215.38º 0.75% 0.62% -
XYZ 10.45 9.86 33.25 -
YUV 81.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 40 88 157 0.75 0.44 0 0.38 215.38 0.59 0.39
Hex 28 58 9D 4B 2C 0 26 D7 3B 27
Octal 50 130 235 113 54 0 46 327 73 47
Binary 101000 1011000 10011101 1001011 101100 0 100110 11010111 111011 100111

Color Harmonies of #28589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28589D

Black with #28589D

Text Example


Text Example

White with #28589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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