Html Css Color HEX #396796 Lochmara

📋 copy color: '#396796'

red 57 ◦ green 103 ◦ blue 150

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

Shades of Lochmara #396796

Tints of Lochmara #396796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 18.39%
G = 33.23%
B = 48.39%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#396796 (or 0x396796) is known color: Lochmara. HEX triplet: 39, 67 and 96. RGB value is (57,103,150). Sum of RGB (Red+Green+Blue) = 57+103+150=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #396796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396796 is #C69869. Grayscale: #5E5E5E. Windows color (decimal): -13015146 or 9856825. OLE color: 9856825.

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

Color convert

RGB 57 103 150 -
CMYK 0.62 0.31 0 0.41
HSL 210.32º 0.45% 0.41% -
HSV(B) 210.32º 0.62% 0.59% -
XYZ 12.04 12.77 30.68 -
YUV 94.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 57 103 150 0.62 0.31 0 0.41 210.32 0.45 0.41
Hex 39 67 96 3E 1F 0 29 D2 2D 29
Octal 71 147 226 76 37 0 51 322 55 51
Binary 111001 1100111 10010110 111110 11111 0 101001 11010010 101101 101001

Color Harmonies of #396796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396796

Black with #396796

Text Example


Text Example

White with #396796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396796; }

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

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

background-color css

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

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

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

border-color css

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

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

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