Html Css Color HEX #386C9E Lochmara

📋 copy color: '#386C9E'

red 56 ◦ green 108 ◦ blue 158

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

Shades of Lochmara #386C9E

Tints of Lochmara #386C9E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 158 (62.11% from 255) = 49.07%

R = 17.39%
G = 33.54%
B = 49.07%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#386C9E (or 0x386C9E) is known color: Lochmara. HEX triplet: 38, 6C and 9E. RGB value is (56,108,158). Sum of RGB (Red+Green+Blue) = 56+108+158=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #386C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C9E is #C79361. Grayscale: #616161. Windows color (decimal): -13079394 or 10382392. OLE color: 10382392.

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

Color convert

RGB 56 108 158 -
CMYK 0.65 0.32 0 0.38
HSL 209.41º 0.48% 0.42% -
HSV(B) 209.41º 0.65% 0.62% -
XYZ 13.17 14.03 34.36 -
YUV 98.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 56 108 158 0.65 0.32 0 0.38 209.41 0.48 0.42
Hex 38 6C 9E 41 20 0 26 D1 30 2A
Octal 70 154 236 101 40 0 46 321 60 52
Binary 111000 1101100 10011110 1000001 100000 0 100110 11010001 110000 101010

Color Harmonies of #386C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C9E

Black with #386C9E

Text Example


Text Example

White with #386C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,158); }

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

background-color css

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

 a { background-color: rgb(56,108,158); }

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

border-color css

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

 span { border-color: rgb(56,108,158); }

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