Html Css Color HEX #386B99 Lochmara

📋 copy color: '#386B99'

red 56 ◦ green 107 ◦ blue 153

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

Shades of Lochmara #386B99

Tints of Lochmara #386B99

RGB

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

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

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

R = 17.72%
G = 33.86%
B = 48.42%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#386B99 (or 0x386B99) is known color: Lochmara. HEX triplet: 38, 6B and 99. RGB value is (56,107,153). Sum of RGB (Red+Green+Blue) = 56+107+153=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #386B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B99 is #C79466. Grayscale: #606060. Windows color (decimal): -13079655 or 10054456. OLE color: 10054456.

HSL color Cylindrical-coordinate representation of color #386B99: hue angle of 208.45º 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 #386B99 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 107 153 -
CMYK 0.63 0.30 0 0.4
HSL 208.45º 0.46% 0.41% -
HSV(B) 208.45º 0.63% 0.6% -
XYZ 12.64 13.66 32.11 -
YUV 97 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 56 107 153 0.63 0.30 0 0.4 208.45 0.46 0.41
Hex 38 6B 99 3F 1E 0 28 D0 2E 29
Octal 70 153 231 77 36 0 50 320 56 51
Binary 111000 1101011 10011001 111111 11110 0 101000 11010000 101110 101001

Color Harmonies of #386B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B99

Black with #386B99

Text Example


Text Example

White with #386B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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