Html Css Color HEX #386F9F Lochmara

📋 copy color: '#386F9F'

red 56 ◦ green 111 ◦ blue 159

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

Shades of Lochmara #386F9F

Tints of Lochmara #386F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 17.18%
G = 34.05%
B = 48.77%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#386F9F (or 0x386F9F) is known color: Lochmara. HEX triplet: 38, 6F and 9F. RGB value is (56,111,159). Sum of RGB (Red+Green+Blue) = 56+111+159=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #386F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F9F is #C79060. Grayscale: #636363. Windows color (decimal): -13078625 or 10448696. OLE color: 10448696.

HSL color Cylindrical-coordinate representation of color #386F9F: hue angle of 207.96º 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 #386F9F is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 111 159 -
CMYK 0.65 0.30 0 0.38
HSL 207.96º 0.48% 0.42% -
HSV(B) 207.96º 0.65% 0.62% -
XYZ 13.57 14.71 34.93 -
YUV 100.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 56 111 159 0.65 0.30 0 0.38 207.96 0.48 0.42
Hex 38 6F 9F 41 1E 0 26 D0 30 2A
Octal 70 157 237 101 36 0 46 320 60 52
Binary 111000 1101111 10011111 1000001 11110 0 100110 11010000 110000 101010

Color Harmonies of #386F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F9F

Black with #386F9F

Text Example


Text Example

White with #386F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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