#396CB8

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

Shades of Lochmara #396CB8

Tints of Lochmara #396CB8

Color information

#396CB8 (or 0x396CB8) is unknown color: approx Lochmara. HEX triplet: 39, 6C and B8. RGB value is (57,108,184). Sum of RGB (Red+Green+Blue) = 57+108+184=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #396CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CB8 is #C69347. Grayscale: #656565. Windows color (decimal): -13013832 or 12086329. OLE color: 12086329.

HSL color Cylindrical-coordinate representation of color #396CB8: hue angle of 215.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396CB8 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB57108184-
CMYK0.690.4100.28
HSL215.91º52.7%47.25%-
HSV(B)215.91º69.02%72.16%-
XYZ15.715.0647.43-
YUV101.42174.696.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.33%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 184 (72.27% from 255) = 52.72%
R=16.33%
G=30.95%
B=52.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal571081840.690.4100.28215.9152.747.25
Hex396CB8452901Cd8352f
Octal71154270105510343306557
Binary111001110110010111000100010110100101110011011000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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