Html Css Color HEX #386DA1 Lochmara

📋 copy color: '#386DA1'

red 56 ◦ green 109 ◦ blue 161

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

Shades of Lochmara #386DA1

Tints of Lochmara #386DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 49.39%

R = 17.18%
G = 33.44%
B = 49.39%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#386DA1 (or 0x386DA1) is known color: Lochmara. HEX triplet: 38, 6D and A1. RGB value is (56,109,161). Sum of RGB (Red+Green+Blue) = 56+109+161=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #386DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DA1 is #C7925E. Grayscale: #626262. Windows color (decimal): -13079135 or 10579256. OLE color: 10579256.

HSL color Cylindrical-coordinate representation of color #386DA1: hue angle of 209.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386DA1 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 56 109 161 -
CMYK 0.65 0.32 0 0.37
HSL 209.71º 0.48% 0.43% -
HSV(B) 209.71º 0.65% 0.63% -
XYZ 13.53 14.35 35.78 -
YUV 99.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 56 109 161 0.65 0.32 0 0.37 209.71 0.48 0.43
Hex 38 6D A1 41 20 0 25 D2 30 2B
Octal 70 155 241 101 40 0 45 322 60 53
Binary 111000 1101101 10100001 1000001 100000 0 100101 11010010 110000 101011

Color Harmonies of #386DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DA1

Black with #386DA1

Text Example


Text Example

White with #386DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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