#335993

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

Shades of Endeavour #335993

Tints of Endeavour #335993

Color information

#335993 (or 0x335993) is unknown color: approx Endeavour. HEX triplet: 33, 59 and 93. RGB value is (51,89,147). Sum of RGB (Red+Green+Blue) = 51+89+147=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #335993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335993 is #CCA66C. Grayscale: #535353. Windows color (decimal): -13411949 or 9656627. OLE color: 9656627.

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

Color convert

RGB5189147-
CMYK0.650.3900.42
HSL216.25º48.48%38.82%-
HSV(B)216.25º65.31%57.65%-
XYZ10.29.9628.99-
YUV84.25163.41104.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=17.77%
G=31.01%
B=51.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51891470.650.3900.42216.2548.4838.82
Hex335993412702Ad83027
Octal63131223101470523306047
Binary1100111011001100100111000001100111010101011011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335993; }

 p { color: rgb(51,89,147); }

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

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

 a { background-color: rgb(51,89,147); }

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

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

 span { border-color: rgb(51,89,147); }

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