#396C9C

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

Shades of Lochmara #396C9C

Tints of Lochmara #396C9C

Color information

#396C9C (or 0x396C9C) is unknown color: approx Lochmara. HEX triplet: 39, 6C and 9C. RGB value is (57,108,156). Sum of RGB (Red+Green+Blue) = 57+108+156=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #396C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C9C is #C69363. Grayscale: #616161. Windows color (decimal): -13013860 or 10251321. OLE color: 10251321.

HSL color Cylindrical-coordinate representation of color #396C9C: hue angle of 209.09º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396C9C is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57108156-
CMYK0.630.3100.39
HSL209.09º46.48%41.76%-
HSV(B)209.09º63.46%61.18%-
XYZ13.051433.47-
YUV98.22160.698.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=17.76%
G=33.64%
B=48.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571081560.630.3100.39209.0946.4841.76
Hex396C9C3F1F027d12e2a
Octal7115423477370473215652
Binary11100111011001001110011111111111010011111010001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396C9C; }

 p { color: rgb(57,108,156); }

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

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

 a { background-color: rgb(57,108,156); }

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

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

 span { border-color: rgb(57,108,156); }

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