#42356F

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

Shades of Minsk #42356F

Tints of Minsk #42356F

Color information

#42356F (or 0x42356F) is unknown color: approx Minsk. HEX triplet: 42, 35 and 6F. RGB value is (66,53,111). Sum of RGB (Red+Green+Blue) = 66+53+111=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #42356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42356F is #BDCA90. Grayscale: #3F3F3F. Windows color (decimal): -12438161 or 7288130. OLE color: 7288130.

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

Color convert

RGB6653111-
CMYK0.410.5200.56
HSL253.45º35.37%32.16%-
HSV(B)253.45º52.25%43.53%-
XYZ6.394.8515.64-
YUV63.5154.81129.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=28.70%
G=23.04%
B=48.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66531110.410.5200.56253.4535.3732.16
Hex42356F2934038fd2320
Octal1026515751640703754340
Binary10000101101011101111101001110100011100011111101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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