Html Css Color HEX #396F99 Lochmara

📋 copy color: '#396F99'

red 57 ◦ green 111 ◦ blue 153

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

Shades of Lochmara #396F99

Tints of Lochmara #396F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

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

R = 17.76%
G = 34.58%
B = 47.66%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#396F99 (or 0x396F99) is known color: Lochmara. HEX triplet: 39, 6F and 99. RGB value is (57,111,153). Sum of RGB (Red+Green+Blue) = 57+111+153=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #396F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F99 is #C69066. Grayscale: #636363. Windows color (decimal): -13013095 or 10055481. OLE color: 10055481.

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

Color convert

RGB 57 111 153 -
CMYK 0.63 0.27 0 0.4
HSL 206.25º 0.46% 0.41% -
HSV(B) 206.25º 0.63% 0.6% -
XYZ 13.12 14.54 32.25 -
YUV 99.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 57 111 153 0.63 0.27 0 0.4 206.25 0.46 0.41
Hex 39 6F 99 3F 1B 0 28 CE 2E 29
Octal 71 157 231 77 33 0 50 316 56 51
Binary 111001 1101111 10011001 111111 11011 0 101000 11001110 101110 101001

Color Harmonies of #396F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F99

Black with #396F99

Text Example


Text Example

White with #396F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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