#383075

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

Shades of Minsk #383075

Tints of Minsk #383075

Color information

#383075 (or 0x383075) is unknown color: approx Minsk. HEX triplet: 38, 30 and 75. RGB value is (56,48,117). Sum of RGB (Red+Green+Blue) = 56+48+117=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #383075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383075 is #C7CF8A. Grayscale: #393939. Windows color (decimal): -13094795 or 7680056. OLE color: 7680056.

HSL color Cylindrical-coordinate representation of color #383075: hue angle of 246.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383075 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5648117-
CMYK0.520.5900.54
HSL246.96º41.82%32.35%-
HSV(B)246.96º58.97%45.88%-
XYZ5.94.2417.34-
YUV58.26161.15126.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=25.34%
G=21.72%
B=52.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56481170.520.5900.54246.9641.8232.35
Hex383075343B036f72a20
Octal706016564730663675240
Binary1110001100001110101110100111011011011011110111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383075; }

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

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

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

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

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

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

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

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