Html Css Color HEX #396FA9 Lochmara

📋 copy color: '#396FA9'

red 57 ◦ green 111 ◦ blue 169

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

Shades of Lochmara #396FA9

Tints of Lochmara #396FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 50.15%

R = 16.91%
G = 32.94%
B = 50.15%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#396FA9 (or 0x396FA9) is known color: Lochmara. HEX triplet: 39, 6F and A9. RGB value is (57,111,169). Sum of RGB (Red+Green+Blue) = 57+111+169=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #396FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396FA9 is #C69056. Grayscale: #656565. Windows color (decimal): -13013079 or 11104057. OLE color: 11104057.

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

Color convert

RGB 57 111 169 -
CMYK 0.66 0.34 0 0.34
HSL 211.07º 0.5% 0.44% -
HSV(B) 211.07º 0.66% 0.66% -
XYZ 14.53 15.1 39.69 -
YUV 101.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 57 111 169 0.66 0.34 0 0.34 211.07 0.5 0.44
Hex 39 6F A9 42 22 0 22 D3 32 2C
Octal 71 157 251 102 42 0 42 323 62 54
Binary 111001 1101111 10101001 1000010 100010 0 100010 11010011 110010 101100

Color Harmonies of #396FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396FA9

Black with #396FA9

Text Example


Text Example

White with #396FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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