#396698

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

Shades of Lochmara #396698

Tints of Lochmara #396698

Color information

#396698 (or 0x396698) is unknown color: approx Lochmara. HEX triplet: 39, 66 and 98. RGB value is (57,102,152). Sum of RGB (Red+Green+Blue) = 57+102+152=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #396698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396698 is #C69967. Grayscale: #5E5E5E. Windows color (decimal): -13015400 or 9987641. OLE color: 9987641.

HSL color Cylindrical-coordinate representation of color #396698: hue angle of 211.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396698 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57102152-
CMYK0.620.3300.40
HSL211.58º45.45%40.98%-
HSV(B)211.58º62.5%59.61%-
XYZ12.1112.6431.51-
YUV94.24160.59101.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 152 (59.77% from 255) = 48.87%
R=18.33%
G=32.80%
B=48.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571021520.620.3300.40211.5845.4540.98
Hex3966983E21028d42d29
Octal7114623076410503245551
Binary111001110011010011000111110100001010100011010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396698; }

 p { color: rgb(57,102,152); }

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

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

 a { background-color: rgb(57,102,152); }

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

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

 span { border-color: rgb(57,102,152); }

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