#383263

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

Shades of Minsk #383263

Tints of Minsk #383263

Color information

#383263 (or 0x383263) is unknown color: approx Minsk. HEX triplet: 38, 32 and 63. RGB value is (56,50,99). Sum of RGB (Red+Green+Blue) = 56+50+99=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #383263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383263 is #C7CD9C. Grayscale: #393939. Windows color (decimal): -13094301 or 6500920. OLE color: 6500920.

HSL color Cylindrical-coordinate representation of color #383263: hue angle of 247.35º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #383263 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB565099-
CMYK0.430.4900.61
HSL247.35º32.89%29.22%-
HSV(B)247.35º49.49%38.82%-
XYZ5.024.0212.32-
YUV57.38151.49127.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=27.32%
G=24.39%
B=48.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5650990.430.4900.61247.3532.8929.22
Hex3832632B3103Df7211d
Octal706214353610753674135
Binary111000110010110001110101111000101111011111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383263; }

 p { color: rgb(56,50,99); }

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

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

 a { background-color: rgb(56,50,99); }

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

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

 span { border-color: rgb(56,50,99); }

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