Html Css Color HEX #396F9B Lochmara

📋 copy color: '#396F9B'

red 57 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #396F9B

Tints of Lochmara #396F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 17.65%
G = 34.37%
B = 47.99%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#396F9B (or 0x396F9B) is known color: Lochmara. HEX triplet: 39, 6F and 9B. RGB value is (57,111,155). Sum of RGB (Red+Green+Blue) = 57+111+155=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #396F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F9B is #C69064. Grayscale: #636363. Windows color (decimal): -13013093 or 10186553. OLE color: 10186553.

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

Color convert

RGB 57 111 155 -
CMYK 0.63 0.28 0 0.39
HSL 206.94º 0.46% 0.42% -
HSV(B) 206.94º 0.63% 0.61% -
XYZ 13.29 14.61 33.13 -
YUV 99.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 57 111 155 0.63 0.28 0 0.39 206.94 0.46 0.42
Hex 39 6F 9B 3F 1C 0 27 CF 2E 2A
Octal 71 157 233 77 34 0 47 317 56 52
Binary 111001 1101111 10011011 111111 11100 0 100111 11001111 101110 101010

Color Harmonies of #396F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F9B

Black with #396F9B

Text Example


Text Example

White with #396F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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