Html Css Color HEX #386899 Lochmara

📋 copy color: '#386899'

red 56 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #386899

Tints of Lochmara #386899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

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

R = 17.89%
G = 33.23%
B = 48.88%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#386899 (or 0x386899) is known color: Lochmara. HEX triplet: 38, 68 and 99. RGB value is (56,104,153). Sum of RGB (Red+Green+Blue) = 56+104+153=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #386899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386899 is #C79766. Grayscale: #5E5E5E. Windows color (decimal): -13080423 or 10053688. OLE color: 10053688.

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

Color convert

RGB 56 104 153 -
CMYK 0.63 0.32 0 0.4
HSL 210.31º 0.46% 0.41% -
HSV(B) 210.31º 0.63% 0.6% -
XYZ 12.33 13.04 32 -
YUV 95.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 56 104 153 0.63 0.32 0 0.4 210.31 0.46 0.41
Hex 38 68 99 3F 20 0 28 D2 2E 29
Octal 70 150 231 77 40 0 50 322 56 51
Binary 111000 1101000 10011001 111111 100000 0 101000 11010010 101110 101001

Color Harmonies of #386899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386899

Black with #386899

Text Example


Text Example

White with #386899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386899; }

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

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

background-color css

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

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

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

border-color css

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

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

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