#38296D

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

Shades of Minsk #38296D

Tints of Minsk #38296D

Color information

#38296D (or 0x38296D) is unknown color: approx Minsk. HEX triplet: 38, 29 and 6D. RGB value is (56,41,109). Sum of RGB (Red+Green+Blue) = 56+41+109=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #38296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38296D is #C7D692. Grayscale: #343434. Windows color (decimal): -13096595 or 7153976. OLE color: 7153976.

HSL color Cylindrical-coordinate representation of color #38296D: hue angle of 253.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38296D is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5641109-
CMYK0.490.6200.57
HSL253.24º45.33%29.41%-
HSV(B)253.24º62.39%42.75%-
XYZ5.183.5314.88-
YUV53.24159.47129.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=27.18%
G=19.90%
B=52.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56411090.490.6200.57253.2445.3329.41
Hex38296D313E039fd2d1d
Octal705115561760713755535
Binary111000101001110110111000111111001110011111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38296D; }

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

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

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

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

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

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

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

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