Html Css Color HEX #28588F Endeavour

📋 copy color: '#28588F'

red 40 ◦ green 88 ◦ blue 143

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

Shades of Endeavour #28588F

Tints of Endeavour #28588F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.77%

R = 14.76%
G = 32.47%
B = 52.77%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28588F (or 0x28588F) is known color: Endeavour. HEX triplet: 28, 58 and 8F. RGB value is (40,88,143). Sum of RGB (Red+Green+Blue) = 40+88+143=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #28588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28588F is #D7A770. Grayscale: #4F4F4F. Windows color (decimal): -14133105 or 9394216. OLE color: 9394216.

HSL color Cylindrical-coordinate representation of color #28588F: hue angle of 212.04º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28588F is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 88 143 -
CMYK 0.72 0.38 0 0.44
HSL 212.04º 0.56% 0.36% -
HSV(B) 212.04º 0.72% 0.56% -
XYZ 9.32 9.41 27.31 -
YUV 79.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 40 88 143 0.72 0.38 0 0.44 212.04 0.56 0.36
Hex 28 58 8F 48 26 0 2C D4 38 24
Octal 50 130 217 110 46 0 54 324 70 44
Binary 101000 1011000 10001111 1001000 100110 0 101100 11010100 111000 100100

Color Harmonies of #28588F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28588F

Black with #28588F

Text Example


Text Example

White with #28588F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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