Html Css Color HEX #285493 Endeavour

📋 copy color: '#285493'

red 40 ◦ green 84 ◦ blue 147

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

Shades of Endeavour #285493

Tints of Endeavour #285493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 147 (57.81% from 255) = 54.24%

R = 14.76%
G = 31%
B = 54.24%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#285493 (or 0x285493) is known color: Endeavour. HEX triplet: 28, 54 and 93. RGB value is (40,84,147). Sum of RGB (Red+Green+Blue) = 40+84+147=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #285493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285493 is #D7AB6C. Grayscale: #4D4D4D. Windows color (decimal): -14134125 or 9655336. OLE color: 9655336.

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

Color convert

RGB 40 84 147 -
CMYK 0.73 0.43 0 0.42
HSL 215.33º 0.57% 0.37% -
HSV(B) 215.33º 0.73% 0.58% -
XYZ 9.31 8.9 28.83 -
YUV 78.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 40 84 147 0.73 0.43 0 0.42 215.33 0.57 0.37
Hex 28 54 93 49 2B 0 2A D7 39 25
Octal 50 124 223 111 53 0 52 327 71 45
Binary 101000 1010100 10010011 1001001 101011 0 101010 11010111 111001 100101

Color Harmonies of #285493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285493

Black with #285493

Text Example


Text Example

White with #285493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285493; }

 p { color: rgb(40,84,147); }

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

background-color css

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

 a { background-color: rgb(40,84,147); }

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

border-color css

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

 span { border-color: rgb(40,84,147); }

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