Html Css Color HEX #285490 Endeavour

📋 copy color: '#285490'

red 40 ◦ green 84 ◦ blue 144

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

Shades of Endeavour #285490

Tints of Endeavour #285490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 14.93%
G = 31.34%
B = 53.73%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285490 (or 0x285490) is known color: Endeavour. HEX triplet: 28, 54 and 90. RGB value is (40,84,144). Sum of RGB (Red+Green+Blue) = 40+84+144=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #285490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285490 is #D7AB6F. Grayscale: #4D4D4D. Windows color (decimal): -14134128 or 9458728. OLE color: 9458728.

HSL color Cylindrical-coordinate representation of color #285490: hue angle of 214.62º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285490 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 84 144 -
CMYK 0.72 0.42 0 0.44
HSL 214.62º 0.57% 0.36% -
HSV(B) 214.62º 0.72% 0.56% -
XYZ 9.08 8.81 27.61 -
YUV 77.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 40 84 144 0.72 0.42 0 0.44 214.62 0.57 0.36
Hex 28 54 90 48 2A 0 2C D7 39 24
Octal 50 124 220 110 52 0 54 327 71 44
Binary 101000 1010100 10010000 1001000 101010 0 101100 11010111 111001 100100

Color Harmonies of #285490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285490

Black with #285490

Text Example


Text Example

White with #285490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285490; }

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

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

background-color css

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

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

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

border-color css

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

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

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