Html Css Color HEX #28599C Endeavour

📋 copy color: '#28599C'

red 40 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #28599C

Tints of Endeavour #28599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 14.04%
G = 31.23%
B = 54.74%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28599C (or 0x28599C) is known color: Endeavour. HEX triplet: 28, 59 and 9C. RGB value is (40,89,156). Sum of RGB (Red+Green+Blue) = 40+89+156=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #28599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599C is #D7A663. Grayscale: #515151. Windows color (decimal): -14132836 or 10246440. OLE color: 10246440.

HSL color Cylindrical-coordinate representation of color #28599C: hue angle of 214.66º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28599C is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 89 156 -
CMYK 0.74 0.43 0 0.39
HSL 214.66º 0.59% 0.38% -
HSV(B) 214.66º 0.74% 0.61% -
XYZ 10.45 10 32.83 -
YUV 81.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 40 89 156 0.74 0.43 0 0.39 214.66 0.59 0.38
Hex 28 59 9C 4A 2B 0 27 D7 3B 26
Octal 50 131 234 112 53 0 47 327 73 46
Binary 101000 1011001 10011100 1001010 101011 0 100111 11010111 111011 100110

Color Harmonies of #28599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28599C

Black with #28599C

Text Example


Text Example

White with #28599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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