Html Css Color HEX #386BB7 Lochmara

📋 copy color: '#386BB7'

red 56 ◦ green 107 ◦ blue 183

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

Shades of Lochmara #386BB7

Tints of Lochmara #386BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 183 (71.88% from 255) = 52.89%

R = 16.18%
G = 30.92%
B = 52.89%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#386BB7 (or 0x386BB7) is known color: Lochmara. HEX triplet: 38, 6B and B7. RGB value is (56,107,183). Sum of RGB (Red+Green+Blue) = 56+107+183=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #386BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BB7 is #C79448. Grayscale: #646464. Windows color (decimal): -13079625 or 12020536. OLE color: 12020536.

HSL color Cylindrical-coordinate representation of color #386BB7: hue angle of 215.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386BB7 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 107 183 -
CMYK 0.69 0.42 0 0.28
HSL 215.91º 0.53% 0.47% -
HSV(B) 215.91º 0.69% 0.72% -
XYZ 15.44 14.78 46.84 -
YUV 100.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 56 107 183 0.69 0.42 0 0.28 215.91 0.53 0.47
Hex 38 6B B7 45 2A 0 1C D8 35 2F
Octal 70 153 267 105 52 0 34 330 65 57
Binary 111000 1101011 10110111 1000101 101010 0 11100 11011000 110101 101111

Color Harmonies of #386BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BB7

Black with #386BB7

Text Example


Text Example

White with #386BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,183); }

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

background-color css

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

 a { background-color: rgb(56,107,183); }

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

border-color css

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

 span { border-color: rgb(56,107,183); }

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