Html Css Color HEX #28599A Endeavour

📋 copy color: '#28599A'

red 40 ◦ green 89 ◦ blue 154

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

Shades of Endeavour #28599A

Tints of Endeavour #28599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 14.13%
G = 31.45%
B = 54.42%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#28599A (or 0x28599A) is known color: Endeavour. HEX triplet: 28, 59 and 9A. RGB value is (40,89,154). Sum of RGB (Red+Green+Blue) = 40+89+154=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #28599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599A is #D7A665. Grayscale: #515151. Windows color (decimal): -14132838 or 10115368. OLE color: 10115368.

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

Color convert

RGB 40 89 154 -
CMYK 0.74 0.42 0 0.40
HSL 214.21º 0.59% 0.38% -
HSV(B) 214.21º 0.74% 0.6% -
XYZ 10.28 9.93 31.95 -
YUV 81.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 40 89 154 0.74 0.42 0 0.40 214.21 0.59 0.38
Hex 28 59 9A 4A 2A 0 28 D6 3B 26
Octal 50 131 232 112 52 0 50 326 73 46
Binary 101000 1011001 10011010 1001010 101010 0 101000 11010110 111011 100110

Color Harmonies of #28599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28599A

Black with #28599A

Text Example


Text Example

White with #28599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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