Html Css Color HEX #386997 Lochmara

📋 copy color: '#386997'

red 56 ◦ green 105 ◦ blue 151

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

Shades of Lochmara #386997

Tints of Lochmara #386997

RGB

 RED value IS 56 (22.27% from 255) = 17.95%

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

 BLUE value IS 151 (59.38% from 255) = 48.4%

R = 17.95%
G = 33.65%
B = 48.4%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#386997 (or 0x386997) is known color: Lochmara. HEX triplet: 38, 69 and 97. RGB value is (56,105,151). Sum of RGB (Red+Green+Blue) = 56+105+151=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #386997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386997 is #C79668. Grayscale: #5F5F5F. Windows color (decimal): -13080169 or 9922872. OLE color: 9922872.

HSL color Cylindrical-coordinate representation of color #386997: hue angle of 209.05º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386997 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 105 151 -
CMYK 0.63 0.30 0 0.41
HSL 209.05º 0.46% 0.41% -
HSV(B) 209.05º 0.63% 0.59% -
XYZ 12.27 13.18 31.18 -
YUV 95.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 56 105 151 0.63 0.30 0 0.41 209.05 0.46 0.41
Hex 38 69 97 3F 1E 0 29 D1 2E 29
Octal 70 151 227 77 36 0 51 321 56 51
Binary 111000 1101001 10010111 111111 11110 0 101001 11010001 101110 101001

Color Harmonies of #386997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386997

Black with #386997

Text Example


Text Example

White with #386997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386997; }

 p { color: rgb(56,105,151); }

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

background-color css

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

 a { background-color: rgb(56,105,151); }

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

border-color css

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

 span { border-color: rgb(56,105,151); }

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