#336492

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

Shades of Endeavour #336492

Tints of Endeavour #336492

Color information

#336492 (or 0x336492) is unknown color: approx Endeavour. HEX triplet: 33, 64 and 92. RGB value is (51,100,146). Sum of RGB (Red+Green+Blue) = 51+100+146=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #336492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336492 is #CC9B6D. Grayscale: #5A5A5A. Windows color (decimal): -13409134 or 9593907. OLE color: 9593907.

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

Color convert

RGB51100146-
CMYK0.650.3200.43
HSL209.05º48.22%38.63%-
HSV(B)209.05º65.07%57.25%-
XYZ11.1111.8928.9-
YUV90.59159.2799.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=17.17%
G=33.67%
B=49.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511001460.650.3200.43209.0548.2238.63
Hex336492412002Bd13027
Octal63144222101400533216047
Binary1100111100100100100101000001100000010101111010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336492; }

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

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

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

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

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

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

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

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