Html Css Color HEX #386FAD Lochmara

📋 copy color: '#386FAD'

red 56 ◦ green 111 ◦ blue 173

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

Shades of Lochmara #386FAD

Tints of Lochmara #386FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.88%

R = 16.47%
G = 32.65%
B = 50.88%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#386FAD (or 0x386FAD) is known color: Lochmara. HEX triplet: 38, 6F and AD. RGB value is (56,111,173). Sum of RGB (Red+Green+Blue) = 56+111+173=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #386FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FAD is #C79052. Grayscale: #656565. Windows color (decimal): -13078611 or 11366200. OLE color: 11366200.

HSL color Cylindrical-coordinate representation of color #386FAD: hue angle of 211.79º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386FAD is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 111 173 -
CMYK 0.68 0.36 0 0.32
HSL 211.79º 0.51% 0.45% -
HSV(B) 211.79º 0.68% 0.68% -
XYZ 14.86 15.23 41.69 -
YUV 101.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 56 111 173 0.68 0.36 0 0.32 211.79 0.51 0.45
Hex 38 6F AD 44 24 0 20 D4 33 2D
Octal 70 157 255 104 44 0 40 324 63 55
Binary 111000 1101111 10101101 1000100 100100 0 100000 11010100 110011 101101

Color Harmonies of #386FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FAD

Black with #386FAD

Text Example


Text Example

White with #386FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,173); }

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

background-color css

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

 a { background-color: rgb(56,111,173); }

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

border-color css

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

 span { border-color: rgb(56,111,173); }

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