#42386F

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

Shades of Minsk #42386F

Tints of Minsk #42386F

Color information

#42386F (or 0x42386F) is unknown color: approx Minsk. HEX triplet: 42, 38 and 6F. RGB value is (66,56,111). Sum of RGB (Red+Green+Blue) = 66+56+111=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #42386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42386F is #BDC790. Grayscale: #414141. Windows color (decimal): -12437393 or 7288898. OLE color: 7288898.

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

Color convert

RGB6656111-
CMYK0.410.5000.56
HSL250.91º32.93%32.75%-
HSV(B)250.91º49.55%43.53%-
XYZ6.535.1315.69-
YUV65.26153.81128.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=28.33%
G=24.03%
B=47.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66561110.410.5000.56250.9132.9332.75
Hex42386F2932038fb2121
Octal1027015751620703734141
Binary10000101110001101111101001110010011100011111011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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