Html Css Color HEX #28599E Endeavour

📋 copy color: '#28599E'

red 40 ◦ green 89 ◦ blue 158

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

Shades of Endeavour #28599E

Tints of Endeavour #28599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 13.94%
G = 31.01%
B = 55.05%

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

#28599E (or 0x28599E) is known color: Endeavour. HEX triplet: 28, 59 and 9E. RGB value is (40,89,158). Sum of RGB (Red+Green+Blue) = 40+89+158=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #28599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599E is #D7A661. Grayscale: #515151. Windows color (decimal): -14132834 or 10377512. OLE color: 10377512.

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

Color convert

RGB 40 89 158 -
CMYK 0.75 0.44 0 0.38
HSL 215.08º 0.6% 0.39% -
HSV(B) 215.08º 0.75% 0.62% -
XYZ 10.62 10.06 33.73 -
YUV 82.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 40 89 158 0.75 0.44 0 0.38 215.08 0.6 0.39
Hex 28 59 9E 4B 2C 0 26 D7 3C 27
Octal 50 131 236 113 54 0 46 327 74 47
Binary 101000 1011001 10011110 1001011 101100 0 100110 11010111 111100 100111

Color Harmonies of #28599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28599E

Black with #28599E

Text Example


Text Example

White with #28599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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