#423E60

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

Shades of Minsk #423E60

Tints of Minsk #423E60

Color information

#423E60 (or 0x423E60) is unknown color: approx Minsk. HEX triplet: 42, 3E and 60. RGB value is (66,62,96). Sum of RGB (Red+Green+Blue) = 66+62+96=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #423E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E60 is #BDC19F. Grayscale: #424242. Windows color (decimal): -12435872 or 6307394. OLE color: 6307394.

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

Color convert

RGB666296-
CMYK0.310.3500.62
HSL247.06º21.52%30.98%-
HSV(B)247.06º35.42%37.65%-
XYZ6.085.4511.8-
YUV67.07144.33127.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=29.46%
G=27.68%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6662960.310.3500.62247.0621.5230.98
Hex423E601F2303Ef7161f
Octal1027614037430763672637
Binary10000101111101100000111111000110111110111101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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