Html Css Color HEX #285798 Endeavour

📋 copy color: '#285798'

red 40 ◦ green 87 ◦ blue 152

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

Shades of Endeavour #285798

Tints of Endeavour #285798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.18%

 BLUE value IS 152 (59.77% from 255) = 54.48%

R = 14.34%
G = 31.18%
B = 54.48%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#285798 (or 0x285798) is known color: Endeavour. HEX triplet: 28, 57 and 98. RGB value is (40,87,152). Sum of RGB (Red+Green+Blue) = 40+87+152=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #285798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285798 is #D7A867. Grayscale: #505050. Windows color (decimal): -14133352 or 9983784. OLE color: 9983784.

HSL color Cylindrical-coordinate representation of color #285798: hue angle of 214.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285798 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 87 152 -
CMYK 0.74 0.43 0 0.40
HSL 214.82º 0.58% 0.38% -
HSV(B) 214.82º 0.74% 0.6% -
XYZ 9.95 9.53 31.02 -
YUV 80.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 40 87 152 0.74 0.43 0 0.40 214.82 0.58 0.38
Hex 28 57 98 4A 2B 0 28 D7 3A 26
Octal 50 127 230 112 53 0 50 327 72 46
Binary 101000 1010111 10011000 1001010 101011 0 101000 11010111 111010 100110

Color Harmonies of #285798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285798

Black with #285798

Text Example


Text Example

White with #285798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285798; }

 p { color: rgb(40,87,152); }

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

background-color css

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

 a { background-color: rgb(40,87,152); }

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

border-color css

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

 span { border-color: rgb(40,87,152); }

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