Html Css Color HEX #396592 Lochmara

📋 copy color: '#396592'

red 57 ◦ green 101 ◦ blue 146

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

Shades of Lochmara #396592

Tints of Lochmara #396592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 18.75%
G = 33.22%
B = 48.03%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396592 (or 0x396592) is known color: Lochmara. HEX triplet: 39, 65 and 92. RGB value is (57,101,146). Sum of RGB (Red+Green+Blue) = 57+101+146=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #396592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396592 is #C69A6D. Grayscale: #5C5C5C. Windows color (decimal): -13015662 or 9594169. OLE color: 9594169.

HSL color Cylindrical-coordinate representation of color #396592: hue angle of 210.34º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396592 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 101 146 -
CMYK 0.61 0.31 0 0.43
HSL 210.34º 0.44% 0.4% -
HSV(B) 210.34º 0.61% 0.57% -
XYZ 11.53 12.25 28.95 -
YUV 92.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 57 101 146 0.61 0.31 0 0.43 210.34 0.44 0.4
Hex 39 65 92 3D 1F 0 2B D2 2C 28
Octal 71 145 222 75 37 0 53 322 54 50
Binary 111001 1100101 10010010 111101 11111 0 101011 11010010 101100 101000

Color Harmonies of #396592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396592

Black with #396592

Text Example


Text Example

White with #396592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396592; }

 p { color: rgb(57,101,146); }

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

background-color css

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

 a { background-color: rgb(57,101,146); }

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

border-color css

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

 span { border-color: rgb(57,101,146); }

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