Html Css Color HEX #285092 Endeavour

📋 copy color: '#285092'

red 40 ◦ green 80 ◦ blue 146

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

Shades of Endeavour #285092

Tints of Endeavour #285092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 15.04%
G = 30.08%
B = 54.89%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#285092 (or 0x285092) is known color: Endeavour. HEX triplet: 28, 50 and 92. RGB value is (40,80,146). Sum of RGB (Red+Green+Blue) = 40+80+146=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #285092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285092 is #D7AF6D. Grayscale: #4B4B4B. Windows color (decimal): -14135150 or 9588776. OLE color: 9588776.

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

Color convert

RGB 40 80 146 -
CMYK 0.73 0.45 0 0.43
HSL 217.36º 0.57% 0.36% -
HSV(B) 217.36º 0.73% 0.57% -
XYZ 8.93 8.26 28.32 -
YUV 75.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 40 80 146 0.73 0.45 0 0.43 217.36 0.57 0.36
Hex 28 50 92 49 2D 0 2B D9 39 24
Octal 50 120 222 111 55 0 53 331 71 44
Binary 101000 1010000 10010010 1001001 101101 0 101011 11011001 111001 100100

Color Harmonies of #285092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285092

Black with #285092

Text Example


Text Example

White with #285092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285092; }

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

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

background-color css

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

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

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

border-color css

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

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

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