Html Css Color HEX #28598A Endeavour

📋 copy color: '#28598A'

red 40 ◦ green 89 ◦ blue 138

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

Shades of Endeavour #28598A

Tints of Endeavour #28598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 14.98%
G = 33.33%
B = 51.69%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28598A (or 0x28598A) is known color: Endeavour. HEX triplet: 28, 59 and 8A. RGB value is (40,89,138). Sum of RGB (Red+Green+Blue) = 40+89+138=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #28598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28598A is #D7A675. Grayscale: #4F4F4F. Windows color (decimal): -14132854 or 9066792. OLE color: 9066792.

HSL color Cylindrical-coordinate representation of color #28598A: hue angle of 210º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28598A is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 89 138 -
CMYK 0.71 0.36 0 0.46
HSL 210º 0.55% 0.35% -
HSV(B) 210º 0.71% 0.54% -
XYZ 9.03 9.43 25.39 -
YUV 79.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 40 89 138 0.71 0.36 0 0.46 210 0.55 0.35
Hex 28 59 8A 47 24 0 2E D2 37 23
Octal 50 131 212 107 44 0 56 322 67 43
Binary 101000 1011001 10001010 1000111 100100 0 101110 11010010 110111 100011

Color Harmonies of #28598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28598A

Black with #28598A

Text Example


Text Example

White with #28598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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