Html Css Color HEX #386DB7 Lochmara

📋 copy color: '#386DB7'

red 56 ◦ green 109 ◦ blue 183

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

Shades of Lochmara #386DB7

Tints of Lochmara #386DB7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 16.09%
G = 31.32%
B = 52.59%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#386DB7 (or 0x386DB7) is known color: Lochmara. HEX triplet: 38, 6D and B7. RGB value is (56,109,183). Sum of RGB (Red+Green+Blue) = 56+109+183=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #386DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DB7 is #C79248. Grayscale: #656565. Windows color (decimal): -13079113 or 12021048. OLE color: 12021048.

HSL color Cylindrical-coordinate representation of color #386DB7: hue angle of 214.96º 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 #386DB7 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 109 183 -
CMYK 0.69 0.40 0 0.28
HSL 214.96º 0.53% 0.47% -
HSV(B) 214.96º 0.69% 0.72% -
XYZ 15.65 15.2 46.91 -
YUV 101.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 56 109 183 0.69 0.40 0 0.28 214.96 0.53 0.47
Hex 38 6D B7 45 28 0 1C D7 35 2F
Octal 70 155 267 105 50 0 34 327 65 57
Binary 111000 1101101 10110111 1000101 101000 0 11100 11010111 110101 101111

Color Harmonies of #386DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DB7

Black with #386DB7

Text Example


Text Example

White with #386DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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