Html Css Color HEX #28598C Endeavour

📋 copy color: '#28598C'

red 40 ◦ green 89 ◦ blue 140

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

Shades of Endeavour #28598C

Tints of Endeavour #28598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.04%

R = 14.87%
G = 33.09%
B = 52.04%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28598C (or 0x28598C) is known color: Endeavour. HEX triplet: 28, 59 and 8C. RGB value is (40,89,140). Sum of RGB (Red+Green+Blue) = 40+89+140=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #28598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28598C is #D7A673. Grayscale: #4F4F4F. Windows color (decimal): -14132852 or 9197864. OLE color: 9197864.

HSL color Cylindrical-coordinate representation of color #28598C: hue angle of 210.6º degrees, saturation: 0.56, 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 #28598C is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 89 140 -
CMYK 0.71 0.36 0 0.45
HSL 210.6º 0.56% 0.35% -
HSV(B) 210.6º 0.71% 0.55% -
XYZ 9.18 9.49 26.16 -
YUV 80.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 40 89 140 0.71 0.36 0 0.45 210.6 0.56 0.35
Hex 28 59 8C 47 24 0 2D D3 38 23
Octal 50 131 214 107 44 0 55 323 70 43
Binary 101000 1011001 10001100 1000111 100100 0 101101 11010011 111000 100011

Color Harmonies of #28598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28598C

Black with #28598C

Text Example


Text Example

White with #28598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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