#382869

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

Shades of Minsk #382869

Tints of Minsk #382869

Color information

#382869 (or 0x382869) is unknown color: approx Minsk. HEX triplet: 38, 28 and 69. RGB value is (56,40,105). Sum of RGB (Red+Green+Blue) = 56+40+105=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #382869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382869 is #C7D796. Grayscale: #333333. Windows color (decimal): -13096855 or 6891576. OLE color: 6891576.

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

Color convert

RGB5640105-
CMYK0.470.6200.59
HSL254.77º44.83%28.43%-
HSV(B)254.77º61.9%41.18%-
XYZ4.943.3813.76-
YUV52.19157.8130.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=27.86%
G=19.90%
B=52.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56401050.470.6200.59254.7744.8328.43
Hex3828692F3E03Bff2d1c
Octal705015157760733775534
Binary111000101000110100110111111111001110111111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382869; }

 p { color: rgb(56,40,105); }

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

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

 a { background-color: rgb(56,40,105); }

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

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

 span { border-color: rgb(56,40,105); }

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