#336198

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

Shades of Lochmara #336198

Tints of Lochmara #336198

Color information

#336198 (or 0x336198) is unknown color: approx Lochmara. HEX triplet: 33, 61 and 98. RGB value is (51,97,152). Sum of RGB (Red+Green+Blue) = 51+97+152=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #336198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336198 is #CC9E67. Grayscale: #595959. Windows color (decimal): -13409896 or 9986355. OLE color: 9986355.

HSL color Cylindrical-coordinate representation of color #336198: hue angle of 212.67º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336198 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5197152-
CMYK0.660.3600.40
HSL212.67º49.75%39.8%-
HSV(B)212.67º66.45%59.61%-
XYZ11.3111.5231.33-
YUV89.52163.26100.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 152 (59.77% from 255) = 50.67%
R=17%
G=32.33%
B=50.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51971520.660.3600.40212.6749.7539.8
Hex3361984224028d53228
Octal63141230102440503256250
Binary1100111100001100110001000010100100010100011010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336198; }

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

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

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

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

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

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

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

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