Html Css Color HEX #396999 Lochmara

📋 copy color: '#396999'

red 57 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #396999

Tints of Lochmara #396999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 18.1%
G = 33.33%
B = 48.57%

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

#396999 (or 0x396999) is known color: Lochmara. HEX triplet: 39, 69 and 99. RGB value is (57,105,153). Sum of RGB (Red+Green+Blue) = 57+105+153=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #396999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396999 is #C69666. Grayscale: #5F5F5F. Windows color (decimal): -13014631 or 10053945. OLE color: 10053945.

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

Color convert

RGB 57 105 153 -
CMYK 0.63 0.31 0 0.4
HSL 210º 0.46% 0.41% -
HSV(B) 210º 0.63% 0.6% -
XYZ 12.49 13.27 32.04 -
YUV 96.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 57 105 153 0.63 0.31 0 0.4 210 0.46 0.41
Hex 39 69 99 3F 1F 0 28 D2 2E 29
Octal 71 151 231 77 37 0 50 322 56 51
Binary 111001 1101001 10011001 111111 11111 0 101000 11010010 101110 101001

Color Harmonies of #396999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396999

Black with #396999

Text Example


Text Example

White with #396999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396999; }

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

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

background-color css

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

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

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

border-color css

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

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

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