Html Css Color HEX #396C9C Lochmara

📋 copy color: '#396C9C'

red 57 ◦ green 108 ◦ blue 156

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

Shades of Lochmara #396C9C

Tints of Lochmara #396C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 17.76%
G = 33.64%
B = 48.6%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#396C9C (or 0x396C9C) is known color: Lochmara. HEX triplet: 39, 6C and 9C. RGB value is (57,108,156). Sum of RGB (Red+Green+Blue) = 57+108+156=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #396C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C9C is #C69363. Grayscale: #616161. Windows color (decimal): -13013860 or 10251321. OLE color: 10251321.

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

Color convert

RGB 57 108 156 -
CMYK 0.63 0.31 0 0.39
HSL 209.09º 0.46% 0.42% -
HSV(B) 209.09º 0.63% 0.61% -
XYZ 13.05 14 33.47 -
YUV 98.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 57 108 156 0.63 0.31 0 0.39 209.09 0.46 0.42
Hex 39 6C 9C 3F 1F 0 27 D1 2E 2A
Octal 71 154 234 77 37 0 47 321 56 52
Binary 111001 1101100 10011100 111111 11111 0 100111 11010001 101110 101010

Color Harmonies of #396C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C9C

Black with #396C9C

Text Example


Text Example

White with #396C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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