#335892

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

Shades of Endeavour #335892

Tints of Endeavour #335892

Color information

#335892 (or 0x335892) is unknown color: approx Endeavour. HEX triplet: 33, 58 and 92. RGB value is (51,88,146). Sum of RGB (Red+Green+Blue) = 51+88+146=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #335892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335892 is #CCA76D. Grayscale: #535353. Windows color (decimal): -13412206 or 9590835. OLE color: 9590835.

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

Color convert

RGB5188146-
CMYK0.650.4000.43
HSL216.63º48.22%38.63%-
HSV(B)216.63º65.07%57.25%-
XYZ10.049.7628.55-
YUV83.55163.24104.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=17.89%
G=30.88%
B=51.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51881460.650.4000.43216.6348.2238.63
Hex335892412802Bd93027
Octal63130222101500533316047
Binary1100111011000100100101000001101000010101111011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335892; }

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

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

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

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

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

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

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

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