Html Css Color HEX #396BAB Lochmara

📋 copy color: '#396BAB'

red 57 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #396BAB

Tints of Lochmara #396BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 17.01%
G = 31.94%
B = 51.04%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#396BAB (or 0x396BAB) is known color: Lochmara. HEX triplet: 39, 6B and AB. RGB value is (57,107,171). Sum of RGB (Red+Green+Blue) = 57+107+171=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #396BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BAB is #C69454. Grayscale: #636363. Windows color (decimal): -13014101 or 11234105. OLE color: 11234105.

HSL color Cylindrical-coordinate representation of color #396BAB: hue angle of 213.68º 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 #396BAB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 107 171 -
CMYK 0.67 0.37 0 0.33
HSL 213.68º 0.5% 0.45% -
HSV(B) 213.68º 0.67% 0.67% -
XYZ 14.3 14.33 40.54 -
YUV 99.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 57 107 171 0.67 0.37 0 0.33 213.68 0.5 0.45
Hex 39 6B AB 43 25 0 21 D6 32 2D
Octal 71 153 253 103 45 0 41 326 62 55
Binary 111001 1101011 10101011 1000011 100101 0 100001 11010110 110010 101101

Color Harmonies of #396BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BAB

Black with #396BAB

Text Example


Text Example

White with #396BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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