#336398

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

Shades of Lochmara #336398

Tints of Lochmara #336398

Color information

#336398 (or 0x336398) is unknown color: approx Lochmara. HEX triplet: 33, 63 and 98. RGB value is (51,99,152). Sum of RGB (Red+Green+Blue) = 51+99+152=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #336398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336398 is #CC9C67. Grayscale: #5A5A5A. Windows color (decimal): -13409384 or 9986867. OLE color: 9986867.

HSL color Cylindrical-coordinate representation of color #336398: hue angle of 211.49º 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 #336398 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5199152-
CMYK0.660.3500.40
HSL211.49º49.75%39.8%-
HSV(B)211.49º66.45%59.61%-
XYZ11.4911.8931.4-
YUV90.69162.699.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=16.89%
G=32.78%
B=50.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51991520.660.3500.40211.4949.7539.8
Hex3363984223028d33228
Octal63143230102430503236250
Binary1100111100011100110001000010100011010100011010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336398; }

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

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

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

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

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

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

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

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