Html Css Color HEX #386BAB Lochmara

📋 copy color: '#386BAB'

red 56 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #386BAB

Tints of Lochmara #386BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 16.77%
G = 32.04%
B = 51.2%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#386BAB (or 0x386BAB) is known color: Lochmara. HEX triplet: 38, 6B and AB. RGB value is (56,107,171). Sum of RGB (Red+Green+Blue) = 56+107+171=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #386BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BAB is #C79454. Grayscale: #626262. Windows color (decimal): -13079637 or 11234104. OLE color: 11234104.

HSL color Cylindrical-coordinate representation of color #386BAB: hue angle of 213.39º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386BAB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 107 171 -
CMYK 0.67 0.37 0 0.33
HSL 213.39º 0.51% 0.45% -
HSV(B) 213.39º 0.67% 0.67% -
XYZ 14.24 14.3 40.54 -
YUV 99.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 56 107 171 0.67 0.37 0 0.33 213.39 0.51 0.45
Hex 38 6B AB 43 25 0 21 D5 33 2D
Octal 70 153 253 103 45 0 41 325 63 55
Binary 111000 1101011 10101011 1000011 100101 0 100001 11010101 110011 101101

Color Harmonies of #386BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BAB

Black with #386BAB

Text Example


Text Example

White with #386BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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