#335C92

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

Shades of Endeavour #335C92

Tints of Endeavour #335C92

Color information

#335C92 (or 0x335C92) is unknown color: approx Endeavour. HEX triplet: 33, 5C and 92. RGB value is (51,92,146). Sum of RGB (Red+Green+Blue) = 51+92+146=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #335C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C92 is #CCA36D. Grayscale: #555555. Windows color (decimal): -13411182 or 9591859. OLE color: 9591859.

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

Color convert

RGB5192146-
CMYK0.650.3700.43
HSL214.11º48.22%38.63%-
HSV(B)214.11º65.07%57.25%-
XYZ10.3810.4328.66-
YUV85.9161.92103.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=17.65%
G=31.83%
B=50.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51921460.650.3700.43214.1148.2238.63
Hex335C92412502Bd63027
Octal63134222101450533266047
Binary1100111011100100100101000001100101010101111010110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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