Html Css Color HEX #285696 Endeavour

📋 copy color: '#285696'

red 40 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #285696

Tints of Endeavour #285696

RGB

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

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

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

R = 14.49%
G = 31.16%
B = 54.35%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#285696 (or 0x285696) is known color: Endeavour. HEX triplet: 28, 56 and 96. RGB value is (40,86,150). Sum of RGB (Red+Green+Blue) = 40+86+150=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #285696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285696 is #D7A969. Grayscale: #4F4F4F. Windows color (decimal): -14133610 or 9852456. OLE color: 9852456.

HSL color Cylindrical-coordinate representation of color #285696: hue angle of 214.91º 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 #285696 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 86 150 -
CMYK 0.73 0.43 0 0.41
HSL 214.91º 0.58% 0.37% -
HSV(B) 214.91º 0.73% 0.59% -
XYZ 9.71 9.31 30.14 -
YUV 79.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 40 86 150 0.73 0.43 0 0.41 214.91 0.58 0.37
Hex 28 56 96 49 2B 0 29 D7 3A 25
Octal 50 126 226 111 53 0 51 327 72 45
Binary 101000 1010110 10010110 1001001 101011 0 101001 11010111 111010 100101

Color Harmonies of #285696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285696

Black with #285696

Text Example


Text Example

White with #285696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285696; }

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

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

background-color css

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

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

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

border-color css

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

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

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