#396F99

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

Shades of Lochmara #396F99

Tints of Lochmara #396F99

Color information

#396F99 (or 0x396F99) is unknown color: approx Lochmara. HEX triplet: 39, 6F and 99. RGB value is (57,111,153). Sum of RGB (Red+Green+Blue) = 57+111+153=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #396F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F99 is #C69066. Grayscale: #636363. Windows color (decimal): -13013095 or 10055481. OLE color: 10055481.

HSL color Cylindrical-coordinate representation of color #396F99: hue angle of 206.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396F99 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57111153-
CMYK0.630.2700.4
HSL206.25º45.71%41.18%-
HSV(B)206.25º62.75%60%-
XYZ13.1214.5432.25-
YUV99.64158.1197.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=17.76%
G=34.58%
B=47.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571111530.630.2700.4206.2545.7141.18
Hex396F993F1B028ce2e29
Octal7115723177330503165651
Binary11100111011111001100111111111011010100011001110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,111,153); }

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

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

 a { background-color: rgb(57,111,153); }

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

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

 span { border-color: rgb(57,111,153); }

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