Html Css Color HEX #396693 Lochmara

📋 copy color: '#396693'

red 57 ◦ green 102 ◦ blue 147

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

Shades of Lochmara #396693

Tints of Lochmara #396693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 48.04%

R = 18.63%
G = 33.33%
B = 48.04%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#396693 (or 0x396693) is known color: Lochmara. HEX triplet: 39, 66 and 93. RGB value is (57,102,147). Sum of RGB (Red+Green+Blue) = 57+102+147=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #396693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396693 is #C6996C. Grayscale: #5D5D5D. Windows color (decimal): -13015405 or 9659961. OLE color: 9659961.

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

Color convert

RGB 57 102 147 -
CMYK 0.61 0.31 0 0.42
HSL 210º 0.44% 0.4% -
HSV(B) 210º 0.61% 0.58% -
XYZ 11.71 12.48 29.4 -
YUV 93.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 57 102 147 0.61 0.31 0 0.42 210 0.44 0.4
Hex 39 66 93 3D 1F 0 2A D2 2C 28
Octal 71 146 223 75 37 0 52 322 54 50
Binary 111001 1100110 10010011 111101 11111 0 101010 11010010 101100 101000

Color Harmonies of #396693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396693

Black with #396693

Text Example


Text Example

White with #396693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396693; }

 p { color: rgb(57,102,147); }

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

background-color css

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

 a { background-color: rgb(57,102,147); }

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

border-color css

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

 span { border-color: rgb(57,102,147); }

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