#382968

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

Shades of Minsk #382968

Tints of Minsk #382968

Color information

#382968 (or 0x382968) is unknown color: approx Minsk. HEX triplet: 38, 29 and 68. RGB value is (56,41,104). Sum of RGB (Red+Green+Blue) = 56+41+104=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #382968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382968 is #C7D697. Grayscale: #343434. Windows color (decimal): -13096600 or 6826296. OLE color: 6826296.

HSL color Cylindrical-coordinate representation of color #382968: hue angle of 254.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382968 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5641104-
CMYK0.460.6100.59
HSL254.29º43.45%28.43%-
HSV(B)254.29º60.58%40.78%-
XYZ4.923.4313.5-
YUV52.67156.97130.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 104 (41.02% from 255) = 51.74%
R=27.86%
G=20.40%
B=51.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56411040.460.6100.59254.2943.4528.43
Hex3829682E3D03Bfe2b1c
Octal705115056750733765334
Binary111000101001110100010111011110101110111111111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382968; }

 p { color: rgb(56,41,104); }

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

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

 a { background-color: rgb(56,41,104); }

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

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

 span { border-color: rgb(56,41,104); }

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