Html Css Color HEX #285792 Endeavour

📋 copy color: '#285792'

red 40 ◦ green 87 ◦ blue 146

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

Shades of Endeavour #285792

Tints of Endeavour #285792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 14.65%
G = 31.87%
B = 53.48%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285792 (or 0x285792) is known color: Endeavour. HEX triplet: 28, 57 and 92. RGB value is (40,87,146). Sum of RGB (Red+Green+Blue) = 40+87+146=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #285792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285792 is #D7A86D. Grayscale: #4F4F4F. Windows color (decimal): -14133358 or 9590568. OLE color: 9590568.

HSL color Cylindrical-coordinate representation of color #285792: hue angle of 213.4º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285792 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 87 146 -
CMYK 0.73 0.40 0 0.43
HSL 213.4º 0.57% 0.36% -
HSV(B) 213.4º 0.73% 0.57% -
XYZ 9.47 9.34 28.5 -
YUV 79.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 40 87 146 0.73 0.40 0 0.43 213.4 0.57 0.36
Hex 28 57 92 49 28 0 2B D5 39 24
Octal 50 127 222 111 50 0 53 325 71 44
Binary 101000 1010111 10010010 1001001 101000 0 101011 11010101 111001 100100

Color Harmonies of #285792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285792

Black with #285792

Text Example


Text Example

White with #285792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285792; }

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

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

background-color css

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

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

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

border-color css

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

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

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