Html Css Color HEX #386DB6 Lochmara

📋 copy color: '#386DB6'

red 56 ◦ green 109 ◦ blue 182

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

Shades of Lochmara #386DB6

Tints of Lochmara #386DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.45%

R = 16.14%
G = 31.41%
B = 52.45%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#386DB6 (or 0x386DB6) is known color: Lochmara. HEX triplet: 38, 6D and B6. RGB value is (56,109,182). Sum of RGB (Red+Green+Blue) = 56+109+182=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #386DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DB6 is #C79249. Grayscale: #656565. Windows color (decimal): -13079114 or 11955512. OLE color: 11955512.

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

Color convert

RGB 56 109 182 -
CMYK 0.69 0.40 0 0.29
HSL 214.76º 0.53% 0.47% -
HSV(B) 214.76º 0.69% 0.71% -
XYZ 15.54 15.16 46.36 -
YUV 101.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 56 109 182 0.69 0.40 0 0.29 214.76 0.53 0.47
Hex 38 6D B6 45 28 0 1D D7 35 2F
Octal 70 155 266 105 50 0 35 327 65 57
Binary 111000 1101101 10110110 1000101 101000 0 11101 11010111 110101 101111

Color Harmonies of #386DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DB6

Black with #386DB6

Text Example


Text Example

White with #386DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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