Html Css Color HEX #386DA8 Lochmara

📋 copy color: '#386DA8'

red 56 ◦ green 109 ◦ blue 168

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

Shades of Lochmara #386DA8

Tints of Lochmara #386DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 50.45%

R = 16.82%
G = 32.73%
B = 50.45%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#386DA8 (or 0x386DA8) is known color: Lochmara. HEX triplet: 38, 6D and A8. RGB value is (56,109,168). Sum of RGB (Red+Green+Blue) = 56+109+168=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #386DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DA8 is #C79257. Grayscale: #636363. Windows color (decimal): -13079128 or 11038008. OLE color: 11038008.

HSL color Cylindrical-coordinate representation of color #386DA8: hue angle of 211.61º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386DA8 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 109 168 -
CMYK 0.67 0.35 0 0.34
HSL 211.61º 0.5% 0.44% -
HSV(B) 211.61º 0.67% 0.66% -
XYZ 14.17 14.61 39.12 -
YUV 99.88 166.44 96.7 -
System Red Green Blue C M Y K H S L
Decimal 56 109 168 0.67 0.35 0 0.34 211.61 0.5 0.44
Hex 38 6D A8 43 23 0 22 D4 32 2C
Octal 70 155 250 103 43 0 42 324 62 54
Binary 111000 1101101 10101000 1000011 100011 0 100010 11010100 110010 101100

Color Harmonies of #386DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DA8

Black with #386DA8

Text Example


Text Example

White with #386DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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