Html Css Color HEX #28598D Endeavour

📋 copy color: '#28598D'

red 40 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #28598D

Tints of Endeavour #28598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

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

R = 14.81%
G = 32.96%
B = 52.22%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28598D (or 0x28598D) is known color: Endeavour. HEX triplet: 28, 59 and 8D. RGB value is (40,89,141). Sum of RGB (Red+Green+Blue) = 40+89+141=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #28598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28598D is #D7A672. Grayscale: #505050. Windows color (decimal): -14132851 or 9263400. OLE color: 9263400.

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

Color convert

RGB 40 89 141 -
CMYK 0.72 0.37 0 0.45
HSL 210.89º 0.56% 0.35% -
HSV(B) 210.89º 0.72% 0.55% -
XYZ 9.26 9.52 26.55 -
YUV 80.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 40 89 141 0.72 0.37 0 0.45 210.89 0.56 0.35
Hex 28 59 8D 48 25 0 2D D3 38 23
Octal 50 131 215 110 45 0 55 323 70 43
Binary 101000 1011001 10001101 1001000 100101 0 101101 11010011 111000 100011

Color Harmonies of #28598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28598D

Black with #28598D

Text Example


Text Example

White with #28598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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