#423C61

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

Shades of Minsk #423C61

Tints of Minsk #423C61

Color information

#423C61 (or 0x423C61) is unknown color: approx Minsk. HEX triplet: 42, 3C and 61. RGB value is (66,60,97). Sum of RGB (Red+Green+Blue) = 66+60+97=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #423C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C61 is #BDC39E. Grayscale: #414141. Windows color (decimal): -12436383 or 6372418. OLE color: 6372418.

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

Color convert

RGB666097-
CMYK0.320.3800.62
HSL249.73º23.57%30.78%-
HSV(B)249.73º38.14%38.04%-
XYZ6.025.2512.01-
YUV66.01145.49127.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=29.60%
G=26.91%
B=43.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6660970.320.3800.62249.7323.5730.78
Hex423C61202603Efa181f
Octal1027414140460763723037
Binary100001011110011000011000001001100111110111110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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