#42346D

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

Shades of Minsk #42346D

Tints of Minsk #42346D

Color information

#42346D (or 0x42346D) is unknown color: approx Minsk. HEX triplet: 42, 34 and 6D. RGB value is (66,52,109). Sum of RGB (Red+Green+Blue) = 66+52+109=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #42346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42346D is #BDCB92. Grayscale: #3E3E3E. Windows color (decimal): -12438419 or 7156802. OLE color: 7156802.

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

Color convert

RGB6652109-
CMYK0.390.5200.57
HSL254.74º35.4%31.57%-
HSV(B)254.74º52.29%42.75%-
XYZ6.244.7215.05-
YUV62.68154.14130.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=29.07%
G=22.91%
B=48.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66521090.390.5200.57254.7435.431.57
Hex42346D2734039ff2320
Octal1026415547640713774340
Binary10000101101001101101100111110100011100111111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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