#336191

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

Shades of Endeavour #336191

Tints of Endeavour #336191

Color information

#336191 (or 0x336191) is unknown color: approx Endeavour. HEX triplet: 33, 61 and 91. RGB value is (51,97,145). Sum of RGB (Red+Green+Blue) = 51+97+145=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #336191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336191 is #CC9E6E. Grayscale: #585858. Windows color (decimal): -13409903 or 9527603. OLE color: 9527603.

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

Color convert

RGB5197145-
CMYK0.650.3300.43
HSL210.64º47.96%38.43%-
HSV(B)210.64º64.83%56.86%-
XYZ10.7511.328.4-
YUV88.72159.76101.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=17.41%
G=33.11%
B=49.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51971450.650.3300.43210.6447.9638.43
Hex336191412102Bd33026
Octal63141221101410533236046
Binary1100111100001100100011000001100001010101111010011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336191; }

 p { color: rgb(51,97,145); }

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

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

 a { background-color: rgb(51,97,145); }

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

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

 span { border-color: rgb(51,97,145); }

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