Html Css Color HEX #28558B Endeavour

📋 copy color: '#28558B'

red 40 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #28558B

Tints of Endeavour #28558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

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

R = 15.15%
G = 32.2%
B = 52.65%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28558B (or 0x28558B) is known color: Endeavour. HEX triplet: 28, 55 and 8B. RGB value is (40,85,139). Sum of RGB (Red+Green+Blue) = 40+85+139=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #28558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28558B is #D7AA74. Grayscale: #4D4D4D. Windows color (decimal): -14133877 or 9131304. OLE color: 9131304.

HSL color Cylindrical-coordinate representation of color #28558B: hue angle of 212.73º 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 #28558B is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 85 139 -
CMYK 0.71 0.39 0 0.45
HSL 212.73º 0.55% 0.35% -
HSV(B) 212.73º 0.71% 0.55% -
XYZ 8.78 8.81 25.66 -
YUV 77.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 40 85 139 0.71 0.39 0 0.45 212.73 0.55 0.35
Hex 28 55 8B 47 27 0 2D D5 37 23
Octal 50 125 213 107 47 0 55 325 67 43
Binary 101000 1010101 10001011 1000111 100111 0 101101 11010101 110111 100011

Color Harmonies of #28558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28558B

Black with #28558B

Text Example


Text Example

White with #28558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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