Html Css Color HEX #28529D Endeavour

📋 copy color: '#28529D'

red 40 ◦ green 82 ◦ blue 157

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

Shades of Endeavour #28529D

Tints of Endeavour #28529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 14.34%
G = 29.39%
B = 56.27%

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

#28529D (or 0x28529D) is known color: Endeavour. HEX triplet: 28, 52 and 9D. RGB value is (40,82,157). Sum of RGB (Red+Green+Blue) = 40+82+157=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #28529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28529D is #D7AD62. Grayscale: #4D4D4D. Windows color (decimal): -14134627 or 10310184. OLE color: 10310184.

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

Color convert

RGB 40 82 157 -
CMYK 0.75 0.48 0 0.38
HSL 218.46º 0.59% 0.39% -
HSV(B) 218.46º 0.75% 0.62% -
XYZ 9.98 8.92 33.09 -
YUV 77.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 40 82 157 0.75 0.48 0 0.38 218.46 0.59 0.39
Hex 28 52 9D 4B 30 0 26 DA 3B 27
Octal 50 122 235 113 60 0 46 332 73 47
Binary 101000 1010010 10011101 1001011 110000 0 100110 11011010 111011 100111

Color Harmonies of #28529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28529D

Black with #28529D

Text Example


Text Example

White with #28529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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