Html Css Color HEX #28588D Endeavour

📋 copy color: '#28588D'

red 40 ◦ green 88 ◦ blue 141

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

Shades of Endeavour #28588D

Tints of Endeavour #28588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

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

R = 14.87%
G = 32.71%
B = 52.42%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28588D (or 0x28588D) is known color: Endeavour. HEX triplet: 28, 58 and 8D. RGB value is (40,88,141). Sum of RGB (Red+Green+Blue) = 40+88+141=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #28588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28588D is #D7A772. Grayscale: #4F4F4F. Windows color (decimal): -14133107 or 9263144. OLE color: 9263144.

HSL color Cylindrical-coordinate representation of color #28588D: hue angle of 211.49º 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 #28588D is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 88 141 -
CMYK 0.72 0.38 0 0.45
HSL 211.49º 0.56% 0.35% -
HSV(B) 211.49º 0.72% 0.55% -
XYZ 9.17 9.35 26.52 -
YUV 79.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 40 88 141 0.72 0.38 0 0.45 211.49 0.56 0.35
Hex 28 58 8D 48 26 0 2D D3 38 23
Octal 50 130 215 110 46 0 55 323 70 43
Binary 101000 1011000 10001101 1001000 100110 0 101101 11010011 111000 100011

Color Harmonies of #28588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28588D

Black with #28588D

Text Example


Text Example

White with #28588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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