Html Css Color HEX #28549F Endeavour

📋 copy color: '#28549F'

red 40 ◦ green 84 ◦ blue 159

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

Shades of Endeavour #28549F

Tints of Endeavour #28549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 14.13%
G = 29.68%
B = 56.18%

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

#28549F (or 0x28549F) is known color: Endeavour. HEX triplet: 28, 54 and 9F. RGB value is (40,84,159). Sum of RGB (Red+Green+Blue) = 40+84+159=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #28549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28549F is #D7AB60. Grayscale: #4F4F4F. Windows color (decimal): -14134113 or 10441768. OLE color: 10441768.

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

Color convert

RGB 40 84 159 -
CMYK 0.75 0.47 0 0.38
HSL 217.82º 0.6% 0.39% -
HSV(B) 217.82º 0.75% 0.62% -
XYZ 10.3 9.29 34.05 -
YUV 79.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 40 84 159 0.75 0.47 0 0.38 217.82 0.6 0.39
Hex 28 54 9F 4B 2F 0 26 DA 3C 27
Octal 50 124 237 113 57 0 46 332 74 47
Binary 101000 1010100 10011111 1001011 101111 0 100110 11011010 111100 100111

Color Harmonies of #28549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28549F

Black with #28549F

Text Example


Text Example

White with #28549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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