Html Css Color HEX #285190 Endeavour

📋 copy color: '#285190'

red 40 ◦ green 81 ◦ blue 144

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

Shades of Endeavour #285190

Tints of Endeavour #285190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

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

R = 15.09%
G = 30.57%
B = 54.34%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285190 (or 0x285190) is known color: Endeavour. HEX triplet: 28, 51 and 90. RGB value is (40,81,144). Sum of RGB (Red+Green+Blue) = 40+81+144=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #285190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285190 is #D7AE6F. Grayscale: #4B4B4B. Windows color (decimal): -14134896 or 9457960. OLE color: 9457960.

HSL color Cylindrical-coordinate representation of color #285190: hue angle of 216.35º 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 #285190 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 81 144 -
CMYK 0.72 0.44 0 0.44
HSL 216.35º 0.57% 0.36% -
HSV(B) 216.35º 0.72% 0.56% -
XYZ 8.85 8.35 27.53 -
YUV 75.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 40 81 144 0.72 0.44 0 0.44 216.35 0.57 0.36
Hex 28 51 90 48 2C 0 2C D8 39 24
Octal 50 121 220 110 54 0 54 330 71 44
Binary 101000 1010001 10010000 1001000 101100 0 101100 11011000 111001 100100

Color Harmonies of #285190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285190

Black with #285190

Text Example


Text Example

White with #285190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285190; }

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

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

background-color css

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

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

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

border-color css

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

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

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