Html Css Color HEX #396BAC Lochmara

📋 copy color: '#396BAC'

red 57 ◦ green 107 ◦ blue 172

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

Shades of Lochmara #396BAC

Tints of Lochmara #396BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 16.96%
G = 31.85%
B = 51.19%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#396BAC (or 0x396BAC) is known color: Lochmara. HEX triplet: 39, 6B and AC. RGB value is (57,107,172). Sum of RGB (Red+Green+Blue) = 57+107+172=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #396BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BAC is #C69453. Grayscale: #636363. Windows color (decimal): -13014100 or 11299641. OLE color: 11299641.

HSL color Cylindrical-coordinate representation of color #396BAC: hue angle of 213.91º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #396BAC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 107 172 -
CMYK 0.67 0.38 0 0.33
HSL 213.91º 0.5% 0.45% -
HSV(B) 213.91º 0.67% 0.67% -
XYZ 14.39 14.36 41.04 -
YUV 99.46 168.94 97.71 -
System Red Green Blue C M Y K H S L
Decimal 57 107 172 0.67 0.38 0 0.33 213.91 0.5 0.45
Hex 39 6B AC 43 26 0 21 D6 32 2D
Octal 71 153 254 103 46 0 41 326 62 55
Binary 111001 1101011 10101100 1000011 100110 0 100001 11010110 110010 101101

Color Harmonies of #396BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BAC

Black with #396BAC

Text Example


Text Example

White with #396BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396BAC; }

 p { color: rgb(57,107,172); }

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

background-color css

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

 a { background-color: rgb(57,107,172); }

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

border-color css

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

 span { border-color: rgb(57,107,172); }

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