Html Css Color HEX #396995 Lochmara

📋 copy color: '#396995'

red 57 ◦ green 105 ◦ blue 149

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

Shades of Lochmara #396995

Tints of Lochmara #396995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 18.33%
G = 33.76%
B = 47.91%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#396995 (or 0x396995) is known color: Lochmara. HEX triplet: 39, 69 and 95. RGB value is (57,105,149). Sum of RGB (Red+Green+Blue) = 57+105+149=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #396995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396995 is #C6966A. Grayscale: #5F5F5F. Windows color (decimal): -13014635 or 9791801. OLE color: 9791801.

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

Color convert

RGB 57 105 149 -
CMYK 0.62 0.30 0 0.42
HSL 208.7º 0.45% 0.4% -
HSV(B) 208.7º 0.62% 0.58% -
XYZ 12.16 13.14 30.33 -
YUV 95.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 57 105 149 0.62 0.30 0 0.42 208.7 0.45 0.4
Hex 39 69 95 3E 1E 0 2A D1 2D 28
Octal 71 151 225 76 36 0 52 321 55 50
Binary 111001 1101001 10010101 111110 11110 0 101010 11010001 101101 101000

Color Harmonies of #396995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396995

Black with #396995

Text Example


Text Example

White with #396995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396995; }

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

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

background-color css

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

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

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

border-color css

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

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

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