#42346A

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

Shades of Minsk #42346A

Tints of Minsk #42346A

Color information

#42346A (or 0x42346A) is unknown color: approx Minsk. HEX triplet: 42, 34 and 6A. RGB value is (66,52,106). Sum of RGB (Red+Green+Blue) = 66+52+106=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #42346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42346A is #BDCB95. Grayscale: #3E3E3E. Windows color (decimal): -12438422 or 6960194. OLE color: 6960194.

HSL color Cylindrical-coordinate representation of color #42346A: hue angle of 255.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42346A is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6652106-
CMYK0.380.5100.58
HSL255.56º34.18%30.98%-
HSV(B)255.56º50.94%41.57%-
XYZ6.084.6514.21-
YUV62.34152.64130.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=29.46%
G=23.21%
B=47.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66521060.380.5100.58255.5634.1830.98
Hex42346A263303A100221f
Octal1026415246630724004237
Binary10000101101001101010100110110011011101010000000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42346A; }

 p { color: rgb(66,52,106); }

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

<style>
 a { background-color: #42346A; }

 a { background-color: rgb(66,52,106); }

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

<style>
 span { border-color: #42346A; }

 span { border-color: rgb(66,52,106); }

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