#336093

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

Shades of Endeavour #336093

Tints of Endeavour #336093

Color information

#336093 (or 0x336093) is unknown color: approx Endeavour. HEX triplet: 33, 60 and 93. RGB value is (51,96,147). Sum of RGB (Red+Green+Blue) = 51+96+147=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #336093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336093 is #CC9F6C. Grayscale: #585858. Windows color (decimal): -13410157 or 9658419. OLE color: 9658419.

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

Color convert

RGB5196147-
CMYK0.650.3500.42
HSL211.88º48.48%38.82%-
HSV(B)211.88º65.31%57.65%-
XYZ10.8111.1829.19-
YUV88.36161.09101.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 147 (57.81% from 255) = 50%
R=17.35%
G=32.65%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51961470.650.3500.42211.8848.4838.82
Hex336093412302Ad43027
Octal63140223101430523246047
Binary1100111100000100100111000001100011010101011010100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336093; }

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

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

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

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

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

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

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

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