#42346C

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

Shades of Minsk #42346C

Tints of Minsk #42346C

Color information

#42346C (or 0x42346C) is unknown color: approx Minsk. HEX triplet: 42, 34 and 6C. RGB value is (66,52,108). Sum of RGB (Red+Green+Blue) = 66+52+108=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #42346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42346C is #BDCB93. Grayscale: #3E3E3E. Windows color (decimal): -12438420 or 7091266. OLE color: 7091266.

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

Color convert

RGB6652108-
CMYK0.390.5200.58
HSL255º35%31.37%-
HSV(B)255º51.85%42.35%-
XYZ6.184.714.77-
YUV62.57153.64130.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=29.20%
G=23.01%
B=47.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66521080.390.5200.582553531.37
Hex42346C273403Aff231f
Octal1026415447640723774337
Binary1000010110100110110010011111010001110101111111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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