#336096

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

Shades of Endeavour #336096

Tints of Endeavour #336096

Color information

#336096 (or 0x336096) is unknown color: approx Endeavour. HEX triplet: 33, 60 and 96. RGB value is (51,96,150). Sum of RGB (Red+Green+Blue) = 51+96+150=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #336096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336096 is #CC9F69. Grayscale: #585858. Windows color (decimal): -13410154 or 9855027. OLE color: 9855027.

HSL color Cylindrical-coordinate representation of color #336096: hue angle of 212.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336096 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5196150-
CMYK0.660.3600.41
HSL212.73º49.25%39.41%-
HSV(B)212.73º66%58.82%-
XYZ11.0511.2730.45-
YUV88.7162.59101.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=17.17%
G=32.32%
B=50.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51961500.660.3600.41212.7349.2539.41
Hex3360964224029d53127
Octal63140226102440513256147
Binary1100111100000100101101000010100100010100111010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336096; }

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

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

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

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

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

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

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

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