Html Css Color HEX #28599F Endeavour

📋 copy color: '#28599F'

red 40 ◦ green 89 ◦ blue 159

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

Shades of Endeavour #28599F

Tints of Endeavour #28599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 13.89%
G = 30.9%
B = 55.21%

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

#28599F (or 0x28599F) is known color: Endeavour. HEX triplet: 28, 59 and 9F. RGB value is (40,89,159). Sum of RGB (Red+Green+Blue) = 40+89+159=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #28599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599F is #D7A660. Grayscale: #515151. Windows color (decimal): -14132833 or 10443048. OLE color: 10443048.

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

Color convert

RGB 40 89 159 -
CMYK 0.75 0.44 0 0.38
HSL 215.29º 0.6% 0.39% -
HSV(B) 215.29º 0.75% 0.62% -
XYZ 10.71 10.1 34.19 -
YUV 82.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 40 89 159 0.75 0.44 0 0.38 215.29 0.6 0.39
Hex 28 59 9F 4B 2C 0 26 D7 3C 27
Octal 50 131 237 113 54 0 46 327 74 47
Binary 101000 1011001 10011111 1001011 101100 0 100110 11010111 111100 100111

Color Harmonies of #28599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28599F

Black with #28599F

Text Example


Text Example

White with #28599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,89,159); }

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

background-color css

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

 a { background-color: rgb(40,89,159); }

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

border-color css

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

 span { border-color: rgb(40,89,159); }

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