Html Css Color HEX #28528D Endeavour

📋 copy color: '#28528D'

red 40 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #28528D

Tints of Endeavour #28528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 15.21%
G = 31.18%
B = 53.61%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28528D (or 0x28528D) is known color: Endeavour. HEX triplet: 28, 52 and 8D. RGB value is (40,82,141). Sum of RGB (Red+Green+Blue) = 40+82+141=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #28528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28528D is #D7AD72. Grayscale: #4B4B4B. Windows color (decimal): -14134643 or 9261608. OLE color: 9261608.

HSL color Cylindrical-coordinate representation of color #28528D: hue angle of 215.05º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28528D is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 82 141 -
CMYK 0.72 0.42 0 0.45
HSL 215.05º 0.56% 0.35% -
HSV(B) 215.05º 0.72% 0.55% -
XYZ 8.7 8.41 26.36 -
YUV 76.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 40 82 141 0.72 0.42 0 0.45 215.05 0.56 0.35
Hex 28 52 8D 48 2A 0 2D D7 38 23
Octal 50 122 215 110 52 0 55 327 70 43
Binary 101000 1010010 10001101 1001000 101010 0 101101 11010111 111000 100011

Color Harmonies of #28528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28528D

Black with #28528D

Text Example


Text Example

White with #28528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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