Html Css Color HEX #386BB6 Lochmara

📋 copy color: '#386BB6'

red 56 ◦ green 107 ◦ blue 182

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

Shades of Lochmara #386BB6

Tints of Lochmara #386BB6

RGB

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

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

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

R = 16.23%
G = 31.01%
B = 52.75%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#386BB6 (or 0x386BB6) is known color: Lochmara. HEX triplet: 38, 6B and B6. RGB value is (56,107,182). Sum of RGB (Red+Green+Blue) = 56+107+182=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #386BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BB6 is #C79449. Grayscale: #636363. Windows color (decimal): -13079626 or 11955000. OLE color: 11955000.

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

Color convert

RGB 56 107 182 -
CMYK 0.69 0.41 0 0.29
HSL 215.71º 0.53% 0.47% -
HSV(B) 215.71º 0.69% 0.71% -
XYZ 15.33 14.73 46.29 -
YUV 100.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 56 107 182 0.69 0.41 0 0.29 215.71 0.53 0.47
Hex 38 6B B6 45 29 0 1D D8 35 2F
Octal 70 153 266 105 51 0 35 330 65 57
Binary 111000 1101011 10110110 1000101 101001 0 11101 11011000 110101 101111

Color Harmonies of #386BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BB6

Black with #386BB6

Text Example


Text Example

White with #386BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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