#38296A

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

Shades of Minsk #38296A

Tints of Minsk #38296A

Color information

#38296A (or 0x38296A) is unknown color: approx Minsk. HEX triplet: 38, 29 and 6A. RGB value is (56,41,106). Sum of RGB (Red+Green+Blue) = 56+41+106=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #38296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38296A is #C7D695. Grayscale: #343434. Windows color (decimal): -13096598 or 6957368. OLE color: 6957368.

HSL color Cylindrical-coordinate representation of color #38296A: hue angle of 253.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38296A is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5641106-
CMYK0.470.6100.58
HSL253.85º44.22%28.82%-
HSV(B)253.85º61.32%41.57%-
XYZ5.033.4714.04-
YUV52.9157.97130.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=27.59%
G=20.20%
B=52.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56411060.470.6100.58253.8544.2228.82
Hex38296A2F3D03Afe2c1d
Octal705115257750723765435
Binary111000101001110101010111111110101110101111111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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