Html Css Color HEX #386EA8 Lochmara

📋 copy color: '#386EA8'

red 56 ◦ green 110 ◦ blue 168

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

Shades of Lochmara #386EA8

Tints of Lochmara #386EA8

RGB

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

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

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

R = 16.77%
G = 32.93%
B = 50.3%

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

#386EA8 (or 0x386EA8) is known color: Lochmara. HEX triplet: 38, 6E and A8. RGB value is (56,110,168). Sum of RGB (Red+Green+Blue) = 56+110+168=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #386EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386EA8 is #C79157. Grayscale: #646464. Windows color (decimal): -13078872 or 11038264. OLE color: 11038264.

HSL color Cylindrical-coordinate representation of color #386EA8: hue angle of 211.07º 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 #386EA8 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 110 168 -
CMYK 0.67 0.35 0 0.34
HSL 211.07º 0.5% 0.44% -
HSV(B) 211.07º 0.67% 0.66% -
XYZ 14.27 14.82 39.15 -
YUV 100.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 56 110 168 0.67 0.35 0 0.34 211.07 0.5 0.44
Hex 38 6E A8 43 23 0 22 D3 32 2C
Octal 70 156 250 103 43 0 42 323 62 54
Binary 111000 1101110 10101000 1000011 100011 0 100010 11010011 110010 101100

Color Harmonies of #386EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EA8

Black with #386EA8

Text Example


Text Example

White with #386EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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