#38306D

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

Shades of Minsk #38306D

Tints of Minsk #38306D

Color information

#38306D (or 0x38306D) is unknown color: approx Minsk. HEX triplet: 38, 30 and 6D. RGB value is (56,48,109). Sum of RGB (Red+Green+Blue) = 56+48+109=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #38306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38306D is #C7CF92. Grayscale: #393939. Windows color (decimal): -13094803 or 7155768. OLE color: 7155768.

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

Color convert

RGB5648109-
CMYK0.490.5600.57
HSL247.87º38.85%30.78%-
HSV(B)247.87º55.96%42.75%-
XYZ5.454.0614.96-
YUV57.35157.15127.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 109 (42.97% from 255) = 51.17%
R=26.29%
G=22.54%
B=51.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56481090.490.5600.57247.8738.8530.78
Hex38306D3138039f8271f
Octal706015561700713704737
Binary111000110000110110111000111100001110011111100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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