#423E61

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

Shades of Minsk #423E61

Tints of Minsk #423E61

Color information

#423E61 (or 0x423E61) is unknown color: approx Minsk. HEX triplet: 42, 3E and 61. RGB value is (66,62,97). Sum of RGB (Red+Green+Blue) = 66+62+97=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #423E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E61 is #BDC19E. Grayscale: #434343. Windows color (decimal): -12435871 or 6372930. OLE color: 6372930.

HSL color Cylindrical-coordinate representation of color #423E61: hue angle of 246.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #423E61 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB666297-
CMYK0.320.3600.62
HSL246.86º22.01%31.18%-
HSV(B)246.86º36.08%38.04%-
XYZ6.135.4712.04-
YUV67.19144.83127.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=29.33%
G=27.56%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6662970.320.3600.62246.8622.0131.18
Hex423E61202403Ef7161f
Octal1027614140440763672637
Binary100001011111011000011000001001000111110111101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423E61; }

 p { color: rgb(66,62,97); }

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

<style>
 a { background-color: #423E61; }

 a { background-color: rgb(66,62,97); }

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

<style>
 span { border-color: #423E61; }

 span { border-color: rgb(66,62,97); }

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