#397398

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

Shades of Lochmara #397398

Tints of Lochmara #397398

Color information

#397398 (or 0x397398) is unknown color: approx Lochmara. HEX triplet: 39, 73 and 98. RGB value is (57,115,152). Sum of RGB (Red+Green+Blue) = 57+115+152=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #397398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397398 is #C68C67. Grayscale: #656565. Windows color (decimal): -13012072 or 9990969. OLE color: 9990969.

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

Color convert

RGB57115152-
CMYK0.620.2400.40
HSL203.37º45.45%40.98%-
HSV(B)203.37º62.5%59.61%-
XYZ13.4915.431.97-
YUV101.88156.2895.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=17.59%
G=35.49%
B=46.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571151520.620.2400.40203.3745.4540.98
Hex3973983E18028cb2d29
Octal7116323076300503135551
Binary11100111100111001100011111011000010100011001011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397398; }

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

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

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

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

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

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

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

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