#335890

Color #335890 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #335890

Tints of Endeavour #335890

Color information

#335890 (or 0x335890) is unknown color: approx Endeavour. HEX triplet: 33, 58 and 90. RGB value is (51,88,144). Sum of RGB (Red+Green+Blue) = 51+88+144=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #335890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335890 is #CCA76F. Grayscale: #535353. Windows color (decimal): -13412208 or 9459763. OLE color: 9459763.

HSL color Cylindrical-coordinate representation of color #335890: hue angle of 216.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335890 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5188144-
CMYK0.650.3900.44
HSL216.13º47.69%38.24%-
HSV(B)216.13º64.58%56.47%-
XYZ9.899.727.74-
YUV83.32162.24104.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=18.02%
G=31.10%
B=50.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51881440.650.3900.44216.1347.6938.24
Hex335890412702Cd83026
Octal63130220101470543306046
Binary1100111011000100100001000001100111010110011011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335890; }

 p { color: rgb(51,88,144); }

 H1.HeaderClassName
 {
   color: #335890;
 }
 .AnyTagClassName
 {
   color: #335890;
 }
</style>
background-color css

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

 a { background-color: rgb(51,88,144); }

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

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

 span { border-color: rgb(51,88,144); }

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