#423C63

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

Shades of Minsk #423C63

Tints of Minsk #423C63

Color information

#423C63 (or 0x423C63) is unknown color: approx Minsk. HEX triplet: 42, 3C and 63. RGB value is (66,60,99). Sum of RGB (Red+Green+Blue) = 66+60+99=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #423C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C63 is #BDC39C. Grayscale: #424242. Windows color (decimal): -12436381 or 6503490. OLE color: 6503490.

HSL color Cylindrical-coordinate representation of color #423C63: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423C63 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB666099-
CMYK0.330.3900.61
HSL249.23º24.53%31.18%-
HSV(B)249.23º39.39%38.82%-
XYZ6.115.2912.5-
YUV66.24146.49127.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 99 (39.06% from 255) = 44%
R=29.33%
G=26.67%
B=44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6660990.330.3900.61249.2324.5331.18
Hex423C63212703Df9191f
Octal1027414341470753713137
Binary100001011110011000111000011001110111101111110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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