Html Css Color HEX #396A99 Lochmara

📋 copy color: '#396A99'

red 57 ◦ green 106 ◦ blue 153

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

Shades of Lochmara #396A99

Tints of Lochmara #396A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 18.04%
G = 33.54%
B = 48.42%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#396A99 (or 0x396A99) is known color: Lochmara. HEX triplet: 39, 6A and 99. RGB value is (57,106,153). Sum of RGB (Red+Green+Blue) = 57+106+153=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #396A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A99 is #C69566. Grayscale: #606060. Windows color (decimal): -13014375 or 10054201. OLE color: 10054201.

HSL color Cylindrical-coordinate representation of color #396A99: hue angle of 209.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396A99 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 106 153 -
CMYK 0.63 0.31 0 0.4
HSL 209.38º 0.46% 0.41% -
HSV(B) 209.38º 0.63% 0.6% -
XYZ 12.59 13.48 32.07 -
YUV 96.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 57 106 153 0.63 0.31 0 0.4 209.38 0.46 0.41
Hex 39 6A 99 3F 1F 0 28 D1 2E 29
Octal 71 152 231 77 37 0 50 321 56 51
Binary 111001 1101010 10011001 111111 11111 0 101000 11010001 101110 101001

Color Harmonies of #396A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A99

Black with #396A99

Text Example


Text Example

White with #396A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,106,153); }

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

background-color css

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

 a { background-color: rgb(57,106,153); }

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

border-color css

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

 span { border-color: rgb(57,106,153); }

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