Html Css Color HEX #285795 Endeavour

📋 copy color: '#285795'

red 40 ◦ green 87 ◦ blue 149

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

Shades of Endeavour #285795

Tints of Endeavour #285795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 14.49%
G = 31.52%
B = 53.99%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#285795 (or 0x285795) is known color: Endeavour. HEX triplet: 28, 57 and 95. RGB value is (40,87,149). Sum of RGB (Red+Green+Blue) = 40+87+149=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #285795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285795 is #D7A86A. Grayscale: #4F4F4F. Windows color (decimal): -14133355 or 9787176. OLE color: 9787176.

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

Color convert

RGB 40 87 149 -
CMYK 0.73 0.42 0 0.42
HSL 214.13º 0.58% 0.37% -
HSV(B) 214.13º 0.73% 0.58% -
XYZ 9.71 9.44 29.74 -
YUV 80.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 40 87 149 0.73 0.42 0 0.42 214.13 0.58 0.37
Hex 28 57 95 49 2A 0 2A D6 3A 25
Octal 50 127 225 111 52 0 52 326 72 45
Binary 101000 1010111 10010101 1001001 101010 0 101010 11010110 111010 100101

Color Harmonies of #285795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285795

Black with #285795

Text Example


Text Example

White with #285795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285795; }

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

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

background-color css

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

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

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

border-color css

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

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

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