Html Css Color HEX #396C99 Lochmara

📋 copy color: '#396C99'

red 57 ◦ green 108 ◦ blue 153

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

Shades of Lochmara #396C99

Tints of Lochmara #396C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

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

R = 17.92%
G = 33.96%
B = 48.11%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#396C99 (or 0x396C99) is known color: Lochmara. HEX triplet: 39, 6C and 99. RGB value is (57,108,153). Sum of RGB (Red+Green+Blue) = 57+108+153=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #396C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C99 is #C69366. Grayscale: #616161. Windows color (decimal): -13013863 or 10054713. OLE color: 10054713.

HSL color Cylindrical-coordinate representation of color #396C99: hue angle of 208.12º 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 #396C99 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 108 153 -
CMYK 0.63 0.29 0 0.4
HSL 208.13º 0.46% 0.41% -
HSV(B) 208.13º 0.63% 0.6% -
XYZ 12.8 13.89 32.14 -
YUV 97.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 57 108 153 0.63 0.29 0 0.4 208.13 0.46 0.41
Hex 39 6C 99 3F 1D 0 28 D0 2E 29
Octal 71 154 231 77 35 0 50 320 56 51
Binary 111001 1101100 10011001 111111 11101 0 101000 11010000 101110 101001

Color Harmonies of #396C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C99

Black with #396C99

Text Example


Text Example

White with #396C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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