Html Css Color HEX #285494 Endeavour

📋 copy color: '#285494'

red 40 ◦ green 84 ◦ blue 148

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

Shades of Endeavour #285494

Tints of Endeavour #285494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.41%

R = 14.71%
G = 30.88%
B = 54.41%

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

#285494 (or 0x285494) is known color: Endeavour. HEX triplet: 28, 54 and 94. RGB value is (40,84,148). Sum of RGB (Red+Green+Blue) = 40+84+148=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #285494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285494 is #D7AB6B. Grayscale: #4D4D4D. Windows color (decimal): -14134124 or 9720872. OLE color: 9720872.

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

Color convert

RGB 40 84 148 -
CMYK 0.73 0.43 0 0.42
HSL 215.56º 0.57% 0.37% -
HSV(B) 215.56º 0.73% 0.58% -
XYZ 9.39 8.93 29.25 -
YUV 78.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 40 84 148 0.73 0.43 0 0.42 215.56 0.57 0.37
Hex 28 54 94 49 2B 0 2A D8 39 25
Octal 50 124 224 111 53 0 52 330 71 45
Binary 101000 1010100 10010100 1001001 101011 0 101010 11011000 111001 100101

Color Harmonies of #285494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285494

Black with #285494

Text Example


Text Example

White with #285494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285494; }

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

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

background-color css

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

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

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

border-color css

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

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

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