#387899

Color #387899 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #387899

Tints of Lochmara #387899

Color information

#387899 (or 0x387899) is unknown color: approx Lochmara. HEX triplet: 38, 78 and 99. RGB value is (56,120,153). Sum of RGB (Red+Green+Blue) = 56+120+153=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #387899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387899 is #C78766. Grayscale: #686868. Windows color (decimal): -13076327 or 10057784. OLE color: 10057784.

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

Color convert

RGB56120153-
CMYK0.630.2200.4
HSL200.41º46.41%40.98%-
HSV(B)200.41º63.4%60%-
XYZ14.116.5732.59-
YUV104.63155.393.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=17.02%
G=36.47%
B=46.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561201530.630.2200.4200.4146.4140.98
Hex3878993F16028c82e29
Octal7017023177260503105651
Binary11100011110001001100111111110110010100011001000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387899; }

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

 H1.HeaderClassName
 {
   color: #387899;
 }
 .AnyTagClassName
 {
   color: #387899;
 }
</style>
background-color css

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

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

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

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

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

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