Html Css Color HEX #396AAB Lochmara

📋 copy color: '#396AAB'

red 57 ◦ green 106 ◦ blue 171

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

Shades of Lochmara #396AAB

Tints of Lochmara #396AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

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

R = 17.07%
G = 31.74%
B = 51.2%

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

#396AAB (or 0x396AAB) is known color: Lochmara. HEX triplet: 39, 6A and AB. RGB value is (57,106,171). Sum of RGB (Red+Green+Blue) = 57+106+171=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #396AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396AAB is #C69554. Grayscale: #626262. Windows color (decimal): -13014357 or 11233849. OLE color: 11233849.

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

Color convert

RGB 57 106 171 -
CMYK 0.67 0.38 0 0.33
HSL 214.21º 0.5% 0.45% -
HSV(B) 214.21º 0.67% 0.67% -
XYZ 14.19 14.12 40.51 -
YUV 98.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 57 106 171 0.67 0.38 0 0.33 214.21 0.5 0.45
Hex 39 6A AB 43 26 0 21 D6 32 2D
Octal 71 152 253 103 46 0 41 326 62 55
Binary 111001 1101010 10101011 1000011 100110 0 100001 11010110 110010 101101

Color Harmonies of #396AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396AAB

Black with #396AAB

Text Example


Text Example

White with #396AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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