Html Css Color HEX #285699 Endeavour

📋 copy color: '#285699'

red 40 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #285699

Tints of Endeavour #285699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 14.34%
G = 30.82%
B = 54.84%

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

#285699 (or 0x285699) is known color: Endeavour. HEX triplet: 28, 56 and 99. RGB value is (40,86,153). Sum of RGB (Red+Green+Blue) = 40+86+153=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #285699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285699 is #D7A966. Grayscale: #4F4F4F. Windows color (decimal): -14133607 or 10049064. OLE color: 10049064.

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

Color convert

RGB 40 86 153 -
CMYK 0.74 0.44 0 0.4
HSL 215.58º 0.59% 0.38% -
HSV(B) 215.58º 0.74% 0.6% -
XYZ 9.95 9.41 31.43 -
YUV 79.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 40 86 153 0.74 0.44 0 0.4 215.58 0.59 0.38
Hex 28 56 99 4A 2C 0 28 D8 3B 26
Octal 50 126 231 112 54 0 50 330 73 46
Binary 101000 1010110 10011001 1001010 101100 0 101000 11011000 111011 100110

Color Harmonies of #285699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285699

Black with #285699

Text Example


Text Example

White with #285699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285699; }

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

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

background-color css

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

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

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

border-color css

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

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

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