Html Css Color HEX #396FA6 Lochmara

📋 copy color: '#396FA6'

red 57 ◦ green 111 ◦ blue 166

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

Shades of Lochmara #396FA6

Tints of Lochmara #396FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 166 (65.23% from 255) = 49.7%

R = 17.07%
G = 33.23%
B = 49.7%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#396FA6 (or 0x396FA6) is known color: Lochmara. HEX triplet: 39, 6F and A6. RGB value is (57,111,166). Sum of RGB (Red+Green+Blue) = 57+111+166=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 166 (65.23% from 255 or 49.70% from 334); Max value from RGB is 166 - color contains mainly: blue. Hex color #396FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396FA6 is #C69059. Grayscale: #646464. Windows color (decimal): -13013082 or 10907449. OLE color: 10907449.

HSL color Cylindrical-coordinate representation of color #396FA6: hue angle of 210.28º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396FA6 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 111 166 -
CMYK 0.66 0.33 0 0.35
HSL 210.28º 0.49% 0.44% -
HSV(B) 210.28º 0.66% 0.65% -
XYZ 14.25 14.99 38.22 -
YUV 101.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 57 111 166 0.66 0.33 0 0.35 210.28 0.49 0.44
Hex 39 6F A6 42 21 0 23 D2 31 2C
Octal 71 157 246 102 41 0 43 322 61 54
Binary 111001 1101111 10100110 1000010 100001 0 100011 11010010 110001 101100

Color Harmonies of #396FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396FA6

Black with #396FA6

Text Example


Text Example

White with #396FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,111,166); }

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

background-color css

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

 a { background-color: rgb(57,111,166); }

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

border-color css

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

 span { border-color: rgb(57,111,166); }

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