Html Css Color HEX #396C9D Lochmara

📋 copy color: '#396C9D'

red 57 ◦ green 108 ◦ blue 157

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

Shades of Lochmara #396C9D

Tints of Lochmara #396C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 17.7%
G = 33.54%
B = 48.76%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#396C9D (or 0x396C9D) is known color: Lochmara. HEX triplet: 39, 6C and 9D. RGB value is (57,108,157). Sum of RGB (Red+Green+Blue) = 57+108+157=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #396C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C9D is #C69362. Grayscale: #626262. Windows color (decimal): -13013859 or 10316857. OLE color: 10316857.

HSL color Cylindrical-coordinate representation of color #396C9D: hue angle of 209.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396C9D is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 108 157 -
CMYK 0.64 0.31 0 0.38
HSL 209.4º 0.47% 0.42% -
HSV(B) 209.4º 0.64% 0.62% -
XYZ 13.14 14.03 33.91 -
YUV 98.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 57 108 157 0.64 0.31 0 0.38 209.4 0.47 0.42
Hex 39 6C 9D 40 1F 0 26 D1 2F 2A
Octal 71 154 235 100 37 0 46 321 57 52
Binary 111001 1101100 10011101 1000000 11111 0 100110 11010001 101111 101010

Color Harmonies of #396C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C9D

Black with #396C9D

Text Example


Text Example

White with #396C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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