Html Css Color HEX #386FA9 Lochmara

📋 copy color: '#386FA9'

red 56 ◦ green 111 ◦ blue 169

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

Shades of Lochmara #386FA9

Tints of Lochmara #386FA9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 16.67%
G = 33.04%
B = 50.3%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#386FA9 (or 0x386FA9) is known color: Lochmara. HEX triplet: 38, 6F and A9. RGB value is (56,111,169). Sum of RGB (Red+Green+Blue) = 56+111+169=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 169 (66.41% from 255 or 50.30% from 336); Max value from RGB is 169 - color contains mainly: blue. Hex color #386FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FA9 is #C79056. Grayscale: #646464. Windows color (decimal): -13078615 or 11104056. OLE color: 11104056.

HSL color Cylindrical-coordinate representation of color #386FA9: hue angle of 210.8º 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 #386FA9 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 111 169 -
CMYK 0.67 0.34 0 0.34
HSL 210.8º 0.5% 0.44% -
HSV(B) 210.8º 0.67% 0.66% -
XYZ 14.48 15.07 39.68 -
YUV 101.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 56 111 169 0.67 0.34 0 0.34 210.8 0.5 0.44
Hex 38 6F A9 43 22 0 22 D3 32 2C
Octal 70 157 251 103 42 0 42 323 62 54
Binary 111000 1101111 10101001 1000011 100010 0 100010 11010011 110010 101100

Color Harmonies of #386FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FA9

Black with #386FA9

Text Example


Text Example

White with #386FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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