Html Css Color HEX #396792 Lochmara

📋 copy color: '#396792'

red 57 ◦ green 103 ◦ blue 146

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

Shades of Lochmara #396792

Tints of Lochmara #396792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 146 (57.42% from 255) = 47.71%

R = 18.63%
G = 33.66%
B = 47.71%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#396792 (or 0x396792) is known color: Lochmara. HEX triplet: 39, 67 and 92. RGB value is (57,103,146). Sum of RGB (Red+Green+Blue) = 57+103+146=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #396792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396792 is #C6986D. Grayscale: #5D5D5D. Windows color (decimal): -13015150 or 9594681. OLE color: 9594681.

HSL color Cylindrical-coordinate representation of color #396792: hue angle of 208.99º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396792 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 103 146 -
CMYK 0.61 0.29 0 0.43
HSL 208.99º 0.44% 0.4% -
HSV(B) 208.99º 0.61% 0.57% -
XYZ 11.73 12.65 29.02 -
YUV 94.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 57 103 146 0.61 0.29 0 0.43 208.99 0.44 0.4
Hex 39 67 92 3D 1D 0 2B D1 2C 28
Octal 71 147 222 75 35 0 53 321 54 50
Binary 111001 1100111 10010010 111101 11101 0 101011 11010001 101100 101000

Color Harmonies of #396792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396792

Black with #396792

Text Example


Text Example

White with #396792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396792; }

 p { color: rgb(57,103,146); }

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

background-color css

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

 a { background-color: rgb(57,103,146); }

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

border-color css

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

 span { border-color: rgb(57,103,146); }

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