Html Css Color HEX #386DB5 Lochmara

📋 copy color: '#386DB5'

red 56 ◦ green 109 ◦ blue 181

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

Shades of Lochmara #386DB5

Tints of Lochmara #386DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.31%

R = 16.18%
G = 31.5%
B = 52.31%

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

#386DB5 (or 0x386DB5) is known color: Lochmara. HEX triplet: 38, 6D and B5. RGB value is (56,109,181). Sum of RGB (Red+Green+Blue) = 56+109+181=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #386DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386DB5 is #C7924A. Grayscale: #656565. Windows color (decimal): -13079115 or 11889976. OLE color: 11889976.

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

Color convert

RGB 56 109 181 -
CMYK 0.69 0.40 0 0.29
HSL 214.56º 0.53% 0.46% -
HSV(B) 214.56º 0.69% 0.71% -
XYZ 15.44 15.11 45.82 -
YUV 101.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 56 109 181 0.69 0.40 0 0.29 214.56 0.53 0.46
Hex 38 6D B5 45 28 0 1D D7 35 2E
Octal 70 155 265 105 50 0 35 327 65 56
Binary 111000 1101101 10110101 1000101 101000 0 11101 11010111 110101 101110

Color Harmonies of #386DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DB5

Black with #386DB5

Text Example


Text Example

White with #386DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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