Html Css Color HEX #396896 Lochmara

📋 copy color: '#396896'

red 57 ◦ green 104 ◦ blue 150

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

Shades of Lochmara #396896

Tints of Lochmara #396896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 18.33%
G = 33.44%
B = 48.23%

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

#396896 (or 0x396896) is known color: Lochmara. HEX triplet: 39, 68 and 96. RGB value is (57,104,150). Sum of RGB (Red+Green+Blue) = 57+104+150=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #396896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396896 is #C69769. Grayscale: #5E5E5E. Windows color (decimal): -13014890 or 9857081. OLE color: 9857081.

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

Color convert

RGB 57 104 150 -
CMYK 0.62 0.31 0 0.41
HSL 209.68º 0.45% 0.41% -
HSV(B) 209.68º 0.62% 0.59% -
XYZ 12.14 12.97 30.72 -
YUV 95.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 57 104 150 0.62 0.31 0 0.41 209.68 0.45 0.41
Hex 39 68 96 3E 1F 0 29 D2 2D 29
Octal 71 150 226 76 37 0 51 322 55 51
Binary 111001 1101000 10010110 111110 11111 0 101001 11010010 101101 101001

Color Harmonies of #396896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396896

Black with #396896

Text Example


Text Example

White with #396896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396896; }

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

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

background-color css

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

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

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

border-color css

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

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

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