#383061

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

Shades of Minsk #383061

Tints of Minsk #383061

Color information

#383061 (or 0x383061) is unknown color: approx Minsk. HEX triplet: 38, 30 and 61. RGB value is (56,48,97). Sum of RGB (Red+Green+Blue) = 56+48+97=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #383061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383061 is #C7CF9E. Grayscale: #373737. Windows color (decimal): -13094815 or 6369336. OLE color: 6369336.

HSL color Cylindrical-coordinate representation of color #383061: hue angle of 249.8º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383061 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564897-
CMYK0.420.5100.62
HSL249.8º33.79%28.43%-
HSV(B)249.8º50.52%38.04%-
XYZ4.853.8211.79-
YUV55.98151.15128.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=27.86%
G=23.88%
B=48.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5648970.420.5100.62249.833.7928.43
Hex3830612A3303Efa221c
Octal706014152630763724234
Binary111000110000110000110101011001101111101111101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383061; }

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

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

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

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

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

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

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

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