Html Css Color HEX #386BA9 Lochmara

📋 copy color: '#386BA9'

red 56 ◦ green 107 ◦ blue 169

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

Shades of Lochmara #386BA9

Tints of Lochmara #386BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 50.9%

R = 16.87%
G = 32.23%
B = 50.9%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#386BA9 (or 0x386BA9) is known color: Lochmara. HEX triplet: 38, 6B and A9. RGB value is (56,107,169). Sum of RGB (Red+Green+Blue) = 56+107+169=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #386BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BA9 is #C79456. Grayscale: #626262. Windows color (decimal): -13079639 or 11103032. OLE color: 11103032.

HSL color Cylindrical-coordinate representation of color #386BA9: hue angle of 212.92º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386BA9 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 107 169 -
CMYK 0.67 0.37 0 0.34
HSL 212.92º 0.5% 0.44% -
HSV(B) 212.92º 0.67% 0.66% -
XYZ 14.05 14.22 39.54 -
YUV 98.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 56 107 169 0.67 0.37 0 0.34 212.92 0.5 0.44
Hex 38 6B A9 43 25 0 22 D5 32 2C
Octal 70 153 251 103 45 0 42 325 62 54
Binary 111000 1101011 10101001 1000011 100101 0 100010 11010101 110010 101100

Color Harmonies of #386BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BA9

Black with #386BA9

Text Example


Text Example

White with #386BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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