Html Css Color HEX #386D99 Lochmara

📋 copy color: '#386D99'

red 56 ◦ green 109 ◦ blue 153

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

Shades of Lochmara #386D99

Tints of Lochmara #386D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 17.61%
G = 34.28%
B = 48.11%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#386D99 (or 0x386D99) is known color: Lochmara. HEX triplet: 38, 6D and 99. RGB value is (56,109,153). Sum of RGB (Red+Green+Blue) = 56+109+153=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #386D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386D99 is #C79266. Grayscale: #616161. Windows color (decimal): -13079143 or 10054968. OLE color: 10054968.

HSL color Cylindrical-coordinate representation of color #386D99: hue angle of 207.22º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386D99 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 109 153 -
CMYK 0.63 0.29 0 0.4
HSL 207.22º 0.46% 0.41% -
HSV(B) 207.22º 0.63% 0.6% -
XYZ 12.85 14.08 32.18 -
YUV 98.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 56 109 153 0.63 0.29 0 0.4 207.22 0.46 0.41
Hex 38 6D 99 3F 1D 0 28 CF 2E 29
Octal 70 155 231 77 35 0 50 317 56 51
Binary 111000 1101101 10011001 111111 11101 0 101000 11001111 101110 101001

Color Harmonies of #386D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D99

Black with #386D99

Text Example


Text Example

White with #386D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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