Html Css Color HEX #285290 Endeavour

📋 copy color: '#285290'

red 40 ◦ green 82 ◦ blue 144

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

Shades of Endeavour #285290

Tints of Endeavour #285290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 15.04%
G = 30.83%
B = 54.14%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#285290 (or 0x285290) is known color: Endeavour. HEX triplet: 28, 52 and 90. RGB value is (40,82,144). Sum of RGB (Red+Green+Blue) = 40+82+144=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #285290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285290 is #D7AD6F. Grayscale: #4C4C4C. Windows color (decimal): -14134640 or 9458216. OLE color: 9458216.

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

Color convert

RGB 40 82 144 -
CMYK 0.72 0.43 0 0.44
HSL 215.77º 0.57% 0.36% -
HSV(B) 215.77º 0.72% 0.56% -
XYZ 8.93 8.5 27.56 -
YUV 76.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 40 82 144 0.72 0.43 0 0.44 215.77 0.57 0.36
Hex 28 52 90 48 2B 0 2C D8 39 24
Octal 50 122 220 110 53 0 54 330 71 44
Binary 101000 1010010 10010000 1001000 101011 0 101100 11011000 111001 100100

Color Harmonies of #285290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285290

Black with #285290

Text Example


Text Example

White with #285290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285290; }

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

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

background-color css

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

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

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

border-color css

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

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

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