Html Css Color HEX #386DA0 Lochmara

📋 copy color: '#386DA0'

red 56 ◦ green 109 ◦ blue 160

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

Shades of Lochmara #386DA0

Tints of Lochmara #386DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 49.23%

R = 17.23%
G = 33.54%
B = 49.23%

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

#386DA0 (or 0x386DA0) is known color: Lochmara. HEX triplet: 38, 6D and A0. RGB value is (56,109,160). Sum of RGB (Red+Green+Blue) = 56+109+160=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #386DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DA0 is #C7925F. Grayscale: #626262. Windows color (decimal): -13079136 or 10513720. OLE color: 10513720.

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

Color convert

RGB 56 109 160 -
CMYK 0.65 0.32 0 0.37
HSL 209.42º 0.48% 0.42% -
HSV(B) 209.42º 0.65% 0.63% -
XYZ 13.44 14.32 35.31 -
YUV 98.97 162.44 97.35 -
System Red Green Blue C M Y K H S L
Decimal 56 109 160 0.65 0.32 0 0.37 209.42 0.48 0.42
Hex 38 6D A0 41 20 0 25 D1 30 2A
Octal 70 155 240 101 40 0 45 321 60 52
Binary 111000 1101101 10100000 1000001 100000 0 100101 11010001 110000 101010

Color Harmonies of #386DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DA0

Black with #386DA0

Text Example


Text Example

White with #386DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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