Html Css Color HEX #28529F Endeavour

📋 copy color: '#28529F'

red 40 ◦ green 82 ◦ blue 159

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

Shades of Endeavour #28529F

Tints of Endeavour #28529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

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

R = 14.23%
G = 29.18%
B = 56.58%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28529F (or 0x28529F) is known color: Endeavour. HEX triplet: 28, 52 and 9F. RGB value is (40,82,159). Sum of RGB (Red+Green+Blue) = 40+82+159=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #28529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28529F is #D7AD60. Grayscale: #4D4D4D. Windows color (decimal): -14134625 or 10441256. OLE color: 10441256.

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

Color convert

RGB 40 82 159 -
CMYK 0.75 0.48 0 0.38
HSL 218.82º 0.6% 0.39% -
HSV(B) 218.82º 0.75% 0.62% -
XYZ 10.15 8.99 34 -
YUV 78.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 40 82 159 0.75 0.48 0 0.38 218.82 0.6 0.39
Hex 28 52 9F 4B 30 0 26 DB 3C 27
Octal 50 122 237 113 60 0 46 333 74 47
Binary 101000 1010010 10011111 1001011 110000 0 100110 11011011 111100 100111

Color Harmonies of #28529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28529F

Black with #28529F

Text Example


Text Example

White with #28529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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