Html Css Color HEX #386D9F Lochmara

📋 copy color: '#386D9F'

red 56 ◦ green 109 ◦ blue 159

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

Shades of Lochmara #386D9F

Tints of Lochmara #386D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 159 (62.5% from 255) = 49.07%

R = 17.28%
G = 33.64%
B = 49.07%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#386D9F (or 0x386D9F) is known color: Lochmara. HEX triplet: 38, 6D and 9F. RGB value is (56,109,159). Sum of RGB (Red+Green+Blue) = 56+109+159=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #386D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D9F is #C79260. Grayscale: #626262. Windows color (decimal): -13079137 or 10448184. OLE color: 10448184.

HSL color Cylindrical-coordinate representation of color #386D9F: hue angle of 209.13º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386D9F is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 109 159 -
CMYK 0.65 0.31 0 0.38
HSL 209.13º 0.48% 0.42% -
HSV(B) 209.13º 0.65% 0.62% -
XYZ 13.36 14.28 34.85 -
YUV 98.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 56 109 159 0.65 0.31 0 0.38 209.13 0.48 0.42
Hex 38 6D 9F 41 1F 0 26 D1 30 2A
Octal 70 155 237 101 37 0 46 321 60 52
Binary 111000 1101101 10011111 1000001 11111 0 100110 11010001 110000 101010

Color Harmonies of #386D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D9F

Black with #386D9F

Text Example


Text Example

White with #386D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386D9F; }

 p { color: rgb(56,109,159); }

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

background-color css

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

 a { background-color: rgb(56,109,159); }

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

border-color css

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

 span { border-color: rgb(56,109,159); }

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