Html Css Color HEX #285599 Endeavour

📋 copy color: '#285599'

red 40 ◦ green 85 ◦ blue 153

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

Shades of Endeavour #285599

Tints of Endeavour #285599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 14.39%
G = 30.58%
B = 55.04%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#285599 (or 0x285599) is known color: Endeavour. HEX triplet: 28, 55 and 99. RGB value is (40,85,153). Sum of RGB (Red+Green+Blue) = 40+85+153=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #285599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285599 is #D7AA66. Grayscale: #4E4E4E. Windows color (decimal): -14133863 or 10048808. OLE color: 10048808.

HSL color Cylindrical-coordinate representation of color #285599: hue angle of 216.11º degrees, saturation: 0.59, 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 #285599 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 85 153 -
CMYK 0.74 0.44 0 0.4
HSL 216.11º 0.59% 0.38% -
HSV(B) 216.11º 0.74% 0.6% -
XYZ 9.87 9.25 31.4 -
YUV 79.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 40 85 153 0.74 0.44 0 0.4 216.11 0.59 0.38
Hex 28 55 99 4A 2C 0 28 D8 3B 26
Octal 50 125 231 112 54 0 50 330 73 46
Binary 101000 1010101 10011001 1001010 101100 0 101000 11011000 111011 100110

Color Harmonies of #285599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285599

Black with #285599

Text Example


Text Example

White with #285599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285599; }

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

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

background-color css

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

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

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

border-color css

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

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

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