Html Css Color HEX #396FA1 Lochmara

📋 copy color: '#396FA1'

red 57 ◦ green 111 ◦ blue 161

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

Shades of Lochmara #396FA1

Tints of Lochmara #396FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 48.94%

R = 17.33%
G = 33.74%
B = 48.94%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#396FA1 (or 0x396FA1) is known color: Lochmara. HEX triplet: 39, 6F and A1. RGB value is (57,111,161). Sum of RGB (Red+Green+Blue) = 57+111+161=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 161 (63.28% from 255 or 48.94% from 329); Max value from RGB is 161 - color contains mainly: blue. Hex color #396FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396FA1 is #C6905E. Grayscale: #646464. Windows color (decimal): -13013087 or 10579769. OLE color: 10579769.

HSL color Cylindrical-coordinate representation of color #396FA1: hue angle of 208.85º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #396FA1 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 57 111 161 -
CMYK 0.65 0.31 0 0.37
HSL 208.85º 0.48% 0.43% -
HSV(B) 208.85º 0.65% 0.63% -
XYZ 13.8 14.81 35.85 -
YUV 100.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 57 111 161 0.65 0.31 0 0.37 208.85 0.48 0.43
Hex 39 6F A1 41 1F 0 25 D1 30 2B
Octal 71 157 241 101 37 0 45 321 60 53
Binary 111001 1101111 10100001 1000001 11111 0 100101 11010001 110000 101011

Color Harmonies of #396FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396FA1

Black with #396FA1

Text Example


Text Example

White with #396FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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