Html Css Color HEX #396EAA Lochmara

📋 copy color: '#396EAA'

red 57 ◦ green 110 ◦ blue 170

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

Shades of Lochmara #396EAA

Tints of Lochmara #396EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

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

R = 16.91%
G = 32.64%
B = 50.45%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#396EAA (or 0x396EAA) is known color: Lochmara. HEX triplet: 39, 6E and AA. RGB value is (57,110,170). Sum of RGB (Red+Green+Blue) = 57+110+170=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #396EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396EAA is #C69155. Grayscale: #646464. Windows color (decimal): -13013334 or 11169337. OLE color: 11169337.

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

Color convert

RGB 57 110 170 -
CMYK 0.66 0.35 0 0.33
HSL 211.86º 0.5% 0.45% -
HSV(B) 211.86º 0.66% 0.67% -
XYZ 14.52 14.92 40.15 -
YUV 100.99 166.94 96.62 -
System Red Green Blue C M Y K H S L
Decimal 57 110 170 0.66 0.35 0 0.33 211.86 0.5 0.45
Hex 39 6E AA 42 23 0 21 D4 32 2D
Octal 71 156 252 102 43 0 41 324 62 55
Binary 111001 1101110 10101010 1000010 100011 0 100001 11010100 110010 101101

Color Harmonies of #396EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396EAA

Black with #396EAA

Text Example


Text Example

White with #396EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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