Html Css Color HEX #386DB2 Lochmara

📋 copy color: '#386DB2'

red 56 ◦ green 109 ◦ blue 178

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

Shades of Lochmara #386DB2

Tints of Lochmara #386DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 51.9%

R = 16.33%
G = 31.78%
B = 51.9%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#386DB2 (or 0x386DB2) is known color: Lochmara. HEX triplet: 38, 6D and B2. RGB value is (56,109,178). Sum of RGB (Red+Green+Blue) = 56+109+178=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #386DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DB2 is #C7924D. Grayscale: #646464. Windows color (decimal): -13079118 or 11693368. OLE color: 11693368.

HSL color Cylindrical-coordinate representation of color #386DB2: hue angle of 213.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386DB2 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 109 178 -
CMYK 0.69 0.39 0 0.30
HSL 213.93º 0.52% 0.46% -
HSV(B) 213.93º 0.69% 0.7% -
XYZ 15.14 14.99 44.22 -
YUV 101.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 56 109 178 0.69 0.39 0 0.30 213.93 0.52 0.46
Hex 38 6D B2 45 27 0 1E D6 34 2E
Octal 70 155 262 105 47 0 36 326 64 56
Binary 111000 1101101 10110010 1000101 100111 0 11110 11010110 110100 101110

Color Harmonies of #386DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386DB2

Black with #386DB2

Text Example


Text Example

White with #386DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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