#383065

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

Shades of Minsk #383065

Tints of Minsk #383065

Color information

#383065 (or 0x383065) is unknown color: approx Minsk. HEX triplet: 38, 30 and 65. RGB value is (56,48,101). Sum of RGB (Red+Green+Blue) = 56+48+101=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #383065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383065 is #C7CF9A. Grayscale: #383838. Windows color (decimal): -13094811 or 6631480. OLE color: 6631480.

HSL color Cylindrical-coordinate representation of color #383065: hue angle of 249.06º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383065 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5648101-
CMYK0.450.5200.60
HSL249.06º35.57%29.22%-
HSV(B)249.06º52.48%39.61%-
XYZ5.043.8912.8-
YUV56.43153.15127.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=27.32%
G=23.41%
B=49.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56481010.450.5200.60249.0635.5729.22
Hex3830652D3403Cf9241d
Octal706014555640743714435
Binary111000110000110010110110111010001111001111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383065; }

 p { color: rgb(56,48,101); }

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

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

 a { background-color: rgb(56,48,101); }

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

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

 span { border-color: rgb(56,48,101); }

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