Html Css Color HEX #28588B Endeavour

📋 copy color: '#28588B'

red 40 ◦ green 88 ◦ blue 139

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

Shades of Endeavour #28588B

Tints of Endeavour #28588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 14.98%
G = 32.96%
B = 52.06%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28588B (or 0x28588B) is known color: Endeavour. HEX triplet: 28, 58 and 8B. RGB value is (40,88,139). Sum of RGB (Red+Green+Blue) = 40+88+139=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #28588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28588B is #D7A774. Grayscale: #4F4F4F. Windows color (decimal): -14133109 or 9132072. OLE color: 9132072.

HSL color Cylindrical-coordinate representation of color #28588B: hue angle of 210.91º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28588B is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 88 139 -
CMYK 0.71 0.37 0 0.45
HSL 210.91º 0.55% 0.35% -
HSV(B) 210.91º 0.71% 0.55% -
XYZ 9.02 9.29 25.74 -
YUV 79.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 40 88 139 0.71 0.37 0 0.45 210.91 0.55 0.35
Hex 28 58 8B 47 25 0 2D D3 37 23
Octal 50 130 213 107 45 0 55 323 67 43
Binary 101000 1011000 10001011 1000111 100101 0 101101 11010011 110111 100011

Color Harmonies of #28588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28588B

Black with #28588B

Text Example


Text Example

White with #28588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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