Html Css Color HEX #28539E Endeavour

📋 copy color: '#28539E'

red 40 ◦ green 83 ◦ blue 158

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

Shades of Endeavour #28539E

Tints of Endeavour #28539E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 14.23%
G = 29.54%
B = 56.23%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28539E (or 0x28539E) is known color: Endeavour. HEX triplet: 28, 53 and 9E. RGB value is (40,83,158). Sum of RGB (Red+Green+Blue) = 40+83+158=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #28539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28539E is #D7AC61. Grayscale: #4E4E4E. Windows color (decimal): -14134370 or 10375976. OLE color: 10375976.

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

Color convert

RGB 40 83 158 -
CMYK 0.75 0.47 0 0.38
HSL 218.14º 0.6% 0.39% -
HSV(B) 218.14º 0.75% 0.62% -
XYZ 10.14 9.11 33.57 -
YUV 78.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 40 83 158 0.75 0.47 0 0.38 218.14 0.6 0.39
Hex 28 53 9E 4B 2F 0 26 DA 3C 27
Octal 50 123 236 113 57 0 46 332 74 47
Binary 101000 1010011 10011110 1001011 101111 0 100110 11011010 111100 100111

Color Harmonies of #28539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28539E

Black with #28539E

Text Example


Text Example

White with #28539E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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