Html Css Color HEX #396594 Lochmara

📋 copy color: '#396594'

red 57 ◦ green 101 ◦ blue 148

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

Shades of Lochmara #396594

Tints of Lochmara #396594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 18.63%
G = 33.01%
B = 48.37%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#396594 (or 0x396594) is known color: Lochmara. HEX triplet: 39, 65 and 94. RGB value is (57,101,148). Sum of RGB (Red+Green+Blue) = 57+101+148=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #396594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396594 is #C69A6B. Grayscale: #5C5C5C. Windows color (decimal): -13015660 or 9725241. OLE color: 9725241.

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

Color convert

RGB 57 101 148 -
CMYK 0.61 0.32 0 0.42
HSL 210.99º 0.44% 0.4% -
HSV(B) 210.99º 0.61% 0.58% -
XYZ 11.69 12.32 29.78 -
YUV 93.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 57 101 148 0.61 0.32 0 0.42 210.99 0.44 0.4
Hex 39 65 94 3D 20 0 2A D3 2C 28
Octal 71 145 224 75 40 0 52 323 54 50
Binary 111001 1100101 10010100 111101 100000 0 101010 11010011 101100 101000

Color Harmonies of #396594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396594

Black with #396594

Text Example


Text Example

White with #396594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396594; }

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

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

background-color css

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

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

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

border-color css

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

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

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