#387599

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

Shades of Lochmara #387599

Tints of Lochmara #387599

Color information

#387599 (or 0x387599) is unknown color: approx Lochmara. HEX triplet: 38, 75 and 99. RGB value is (56,117,153). Sum of RGB (Red+Green+Blue) = 56+117+153=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #387599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387599 is #C78A66. Grayscale: #666666. Windows color (decimal): -13077095 or 10057016. OLE color: 10057016.

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

Color convert

RGB56117153-
CMYK0.630.2400.4
HSL202.27º46.41%40.98%-
HSV(B)202.27º63.4%60%-
XYZ13.7415.8632.47-
YUV102.86156.2994.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=17.18%
G=35.89%
B=46.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561171530.630.2400.4202.2746.4140.98
Hex3875993F18028ca2e29
Octal7016523177300503125651
Binary11100011101011001100111111111000010100011001010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387599; }

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

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

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

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

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

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

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

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