Html Css Color HEX #396BAA Lochmara

📋 copy color: '#396BAA'

red 57 ◦ green 107 ◦ blue 170

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

Shades of Lochmara #396BAA

Tints of Lochmara #396BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 17.07%
G = 32.04%
B = 50.9%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#396BAA (or 0x396BAA) is known color: Lochmara. HEX triplet: 39, 6B and AA. RGB value is (57,107,170). Sum of RGB (Red+Green+Blue) = 57+107+170=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #396BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BAA is #C69455. Grayscale: #626262. Windows color (decimal): -13014102 or 11168569. OLE color: 11168569.

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

Color convert

RGB 57 107 170 -
CMYK 0.66 0.37 0 0.33
HSL 213.45º 0.5% 0.45% -
HSV(B) 213.45º 0.66% 0.67% -
XYZ 14.2 14.29 40.04 -
YUV 99.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 57 107 170 0.66 0.37 0 0.33 213.45 0.5 0.45
Hex 39 6B AA 42 25 0 21 D5 32 2D
Octal 71 153 252 102 45 0 41 325 62 55
Binary 111001 1101011 10101010 1000010 100101 0 100001 11010101 110010 101101

Color Harmonies of #396BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396BAA

Black with #396BAA

Text Example


Text Example

White with #396BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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