#336194

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

Shades of Endeavour #336194

Tints of Endeavour #336194

Color information

#336194 (or 0x336194) is unknown color: approx Endeavour. HEX triplet: 33, 61 and 94. RGB value is (51,97,148). Sum of RGB (Red+Green+Blue) = 51+97+148=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #336194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336194 is #CC9E6B. Grayscale: #585858. Windows color (decimal): -13409900 or 9724211. OLE color: 9724211.

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

Color convert

RGB5197148-
CMYK0.660.3400.42
HSL211.55º48.74%39.02%-
HSV(B)211.55º65.54%58.04%-
XYZ10.9911.3929.64-
YUV89.06161.26100.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 148 (58.20% from 255) = 50%
R=17.23%
G=32.77%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51971480.660.3400.42211.5548.7439.02
Hex336194422202Ad43127
Octal63141224102420523246147
Binary1100111100001100101001000010100010010101011010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336194; }

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

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

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

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

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

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

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

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