#423D61

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

Shades of Minsk #423D61

Tints of Minsk #423D61

Color information

#423D61 (or 0x423D61) is unknown color: approx Minsk. HEX triplet: 42, 3D and 61. RGB value is (66,61,97). Sum of RGB (Red+Green+Blue) = 66+61+97=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #423D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D61 is #BDC29E. Grayscale: #424242. Windows color (decimal): -12436127 or 6372674. OLE color: 6372674.

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

Color convert

RGB666197-
CMYK0.320.3700.62
HSL248.33º22.78%30.98%-
HSV(B)248.33º37.11%38.04%-
XYZ6.075.3612.02-
YUV66.6145.16127.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=29.46%
G=27.23%
B=43.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6661970.320.3700.62248.3322.7830.98
Hex423D61202503Ef8171f
Octal1027514140450763702737
Binary100001011110111000011000001001010111110111110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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