Html Css Color HEX #386EAA Lochmara

📋 copy color: '#386EAA'

red 56 ◦ green 110 ◦ blue 170

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

Shades of Lochmara #386EAA

Tints of Lochmara #386EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 16.67%
G = 32.74%
B = 50.6%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#386EAA (or 0x386EAA) is known color: Lochmara. HEX triplet: 38, 6E and AA. RGB value is (56,110,170). Sum of RGB (Red+Green+Blue) = 56+110+170=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #386EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386EAA is #C79155. Grayscale: #646464. Windows color (decimal): -13078870 or 11169336. OLE color: 11169336.

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

Color convert

RGB 56 110 170 -
CMYK 0.67 0.35 0 0.33
HSL 211.58º 0.5% 0.44% -
HSV(B) 211.58º 0.67% 0.67% -
XYZ 14.46 14.89 40.14 -
YUV 100.69 167.11 96.12 -
System Red Green Blue C M Y K H S L
Decimal 56 110 170 0.67 0.35 0 0.33 211.58 0.5 0.44
Hex 38 6E AA 43 23 0 21 D4 32 2C
Octal 70 156 252 103 43 0 41 324 62 54
Binary 111000 1101110 10101010 1000011 100011 0 100001 11010100 110010 101100

Color Harmonies of #386EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EAA

Black with #386EAA

Text Example


Text Example

White with #386EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,110,170); }

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

background-color css

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

 a { background-color: rgb(56,110,170); }

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

border-color css

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

 span { border-color: rgb(56,110,170); }

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