Html Css Color HEX #285796 Endeavour

📋 copy color: '#285796'

red 40 ◦ green 87 ◦ blue 150

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

Shades of Endeavour #285796

Tints of Endeavour #285796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.15%

R = 14.44%
G = 31.41%
B = 54.15%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285796 (or 0x285796) is known color: Endeavour. HEX triplet: 28, 57 and 96. RGB value is (40,87,150). Sum of RGB (Red+Green+Blue) = 40+87+150=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #285796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285796 is #D7A869. Grayscale: #4F4F4F. Windows color (decimal): -14133354 or 9852712. OLE color: 9852712.

HSL color Cylindrical-coordinate representation of color #285796: hue angle of 214.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285796 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 87 150 -
CMYK 0.73 0.42 0 0.41
HSL 214.36º 0.58% 0.37% -
HSV(B) 214.36º 0.73% 0.59% -
XYZ 9.79 9.47 30.17 -
YUV 80.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 40 87 150 0.73 0.42 0 0.41 214.36 0.58 0.37
Hex 28 57 96 49 2A 0 29 D6 3A 25
Octal 50 127 226 111 52 0 51 326 72 45
Binary 101000 1010111 10010110 1001001 101010 0 101001 11010110 111010 100101

Color Harmonies of #285796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285796

Black with #285796

Text Example


Text Example

White with #285796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285796; }

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

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

background-color css

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

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

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

border-color css

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

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

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