Html Css Color HEX #396EAE Lochmara

📋 copy color: '#396EAE'

red 57 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #396EAE

Tints of Lochmara #396EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 16.72%
G = 32.26%
B = 51.03%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#396EAE (or 0x396EAE) is known color: Lochmara. HEX triplet: 39, 6E and AE. RGB value is (57,110,174). Sum of RGB (Red+Green+Blue) = 57+110+174=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #396EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396EAE is #C69151. Grayscale: #656565. Windows color (decimal): -13013330 or 11431481. OLE color: 11431481.

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

Color convert

RGB 57 110 174 -
CMYK 0.67 0.37 0 0.32
HSL 212.82º 0.51% 0.45% -
HSV(B) 212.82º 0.67% 0.68% -
XYZ 14.9 15.08 42.17 -
YUV 101.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 57 110 174 0.67 0.37 0 0.32 212.82 0.51 0.45
Hex 39 6E AE 43 25 0 20 D5 33 2D
Octal 71 156 256 103 45 0 40 325 63 55
Binary 111001 1101110 10101110 1000011 100101 0 100000 11010101 110011 101101

Color Harmonies of #396EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396EAE

Black with #396EAE

Text Example


Text Example

White with #396EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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