Html Css Color HEX #396C96 Lochmara

📋 copy color: '#396C96'

red 57 ◦ green 108 ◦ blue 150

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

Shades of Lochmara #396C96

Tints of Lochmara #396C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 18.1%
G = 34.29%
B = 47.62%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#396C96 (or 0x396C96) is known color: Lochmara. HEX triplet: 39, 6C and 96. RGB value is (57,108,150). Sum of RGB (Red+Green+Blue) = 57+108+150=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #396C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C96 is #C69369. Grayscale: #616161. Windows color (decimal): -13013866 or 9858105. OLE color: 9858105.

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

Color convert

RGB 57 108 150 -
CMYK 0.62 0.28 0 0.41
HSL 207.1º 0.45% 0.41% -
HSV(B) 207.1º 0.62% 0.59% -
XYZ 12.55 13.8 30.86 -
YUV 97.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 57 108 150 0.62 0.28 0 0.41 207.1 0.45 0.41
Hex 39 6C 96 3E 1C 0 29 CF 2D 29
Octal 71 154 226 76 34 0 51 317 55 51
Binary 111001 1101100 10010110 111110 11100 0 101001 11001111 101101 101001

Color Harmonies of #396C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C96

Black with #396C96

Text Example


Text Example

White with #396C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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