#336590

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

Shades of Endeavour #336590

Tints of Endeavour #336590

Color information

#336590 (or 0x336590) is unknown color: approx Endeavour. HEX triplet: 33, 65 and 90. RGB value is (51,101,144). Sum of RGB (Red+Green+Blue) = 51+101+144=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #336590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336590 is #CC9A6F. Grayscale: #5A5A5A. Windows color (decimal): -13408880 or 9463091. OLE color: 9463091.

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

Color convert

RGB51101144-
CMYK0.650.3000.44
HSL207.74º47.69%38.24%-
HSV(B)207.74º64.58%56.47%-
XYZ11.0512.0228.12-
YUV90.95157.9499.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=17.23%
G=34.12%
B=48.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511011440.650.3000.44207.7447.6938.24
Hex336590411E02Cd03026
Octal63145220101360543206046
Binary110011110010110010000100000111110010110011010000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336590; }

 p { color: rgb(51,101,144); }

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

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

 a { background-color: rgb(51,101,144); }

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

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

 span { border-color: rgb(51,101,144); }

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