#42356D

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

Shades of Minsk #42356D

Tints of Minsk #42356D

Color information

#42356D (or 0x42356D) is unknown color: approx Minsk. HEX triplet: 42, 35 and 6D. RGB value is (66,53,109). Sum of RGB (Red+Green+Blue) = 66+53+109=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #42356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42356D is #BDCA92. Grayscale: #3F3F3F. Windows color (decimal): -12438163 or 7157058. OLE color: 7157058.

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

Color convert

RGB6653109-
CMYK0.390.5100.57
HSL253.93º34.57%31.76%-
HSV(B)253.93º51.38%42.75%-
XYZ6.284.8115.07-
YUV63.27153.81129.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=28.95%
G=23.25%
B=47.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66531090.390.5100.57253.9334.5731.76
Hex42356D2733039fe2320
Octal1026515547630713764340
Binary10000101101011101101100111110011011100111111110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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