#335992

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

Shades of Endeavour #335992

Tints of Endeavour #335992

Color information

#335992 (or 0x335992) is unknown color: approx Endeavour. HEX triplet: 33, 59 and 92. RGB value is (51,89,146). Sum of RGB (Red+Green+Blue) = 51+89+146=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #335992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335992 is #CCA66D. Grayscale: #535353. Windows color (decimal): -13411950 or 9591091. OLE color: 9591091.

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

Color convert

RGB5189146-
CMYK0.650.3900.43
HSL216º48.22%38.63%-
HSV(B)216º65.07%57.25%-
XYZ10.139.9228.58-
YUV84.14162.91104.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=17.83%
G=31.12%
B=51.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51891460.650.3900.4321648.2238.63
Hex335992412702Bd83027
Octal63131222101470533306047
Binary1100111011001100100101000001100111010101111011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335992; }

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

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

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

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

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

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

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

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