#38306F

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

Shades of Minsk #38306F

Tints of Minsk #38306F

Color information

#38306F (or 0x38306F) is unknown color: approx Minsk. HEX triplet: 38, 30 and 6F. RGB value is (56,48,111). Sum of RGB (Red+Green+Blue) = 56+48+111=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #38306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38306F is #C7CF90. Grayscale: #393939. Windows color (decimal): -13094801 or 7286840. OLE color: 7286840.

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

Color convert

RGB5648111-
CMYK0.500.5700.56
HSL247.62º39.62%31.18%-
HSV(B)247.62º56.76%43.53%-
XYZ5.564.115.54-
YUV57.57158.15126.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=26.05%
G=22.33%
B=51.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56481110.500.5700.56247.6239.6231.18
Hex38306F3239038f8281f
Octal706015762710703705037
Binary111000110000110111111001011100101110001111100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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