Html Css Color HEX #396C95 Lochmara

📋 copy color: '#396C95'

red 57 ◦ green 108 ◦ blue 149

#396C95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #396C95

Tints of Lochmara #396C95

RGB

 RED value IS 57 (22.66% from 255) = 18.15%

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 18.15%
G = 34.39%
B = 47.45%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#396C95 (or 0x396C95) is known color: Lochmara. HEX triplet: 39, 6C and 95. RGB value is (57,108,149). Sum of RGB (Red+Green+Blue) = 57+108+149=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #396C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C95 is #C6936A. Grayscale: #616161. Windows color (decimal): -13013867 or 9792569. OLE color: 9792569.

HSL color Cylindrical-coordinate representation of color #396C95: hue angle of 206.74º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396C95 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 108 149 -
CMYK 0.62 0.28 0 0.42
HSL 206.74º 0.45% 0.4% -
HSV(B) 206.74º 0.62% 0.58% -
XYZ 12.47 13.76 30.43 -
YUV 97.43 157.1 99.17 -
System Red Green Blue C M Y K H S L
Decimal 57 108 149 0.62 0.28 0 0.42 206.74 0.45 0.4
Hex 39 6C 95 3E 1C 0 2A CF 2D 28
Octal 71 154 225 76 34 0 52 317 55 50
Binary 111001 1101100 10010101 111110 11100 0 101010 11001111 101101 101000

Color Harmonies of #396C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C95

Black with #396C95

Text Example


Text Example

White with #396C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #396C95;
 }
 .AnyTagClassName
 {
   color: #396C95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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