#335A93

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

Shades of Endeavour #335A93

Tints of Endeavour #335A93

Color information

#335A93 (or 0x335A93) is unknown color: approx Endeavour. HEX triplet: 33, 5A and 93. RGB value is (51,90,147). Sum of RGB (Red+Green+Blue) = 51+90+147=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #335A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A93 is #CCA56C. Grayscale: #545454. Windows color (decimal): -13411693 or 9656883. OLE color: 9656883.

HSL color Cylindrical-coordinate representation of color #335A93: hue angle of 215.62º 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 #335A93 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5190147-
CMYK0.650.3900.42
HSL215.62º48.48%38.82%-
HSV(B)215.62º65.31%57.65%-
XYZ10.2910.1229.02-
YUV84.84163.08103.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=17.71%
G=31.25%
B=51.04%

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
Decimal51901470.650.3900.42215.6248.4838.82
Hex335A93412702Ad83027
Octal63132223101470523306047
Binary1100111011010100100111000001100111010101011011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335A93; }

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

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

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

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

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

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

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

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