#42356C

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

Shades of Minsk #42356C

Tints of Minsk #42356C

Color information

#42356C (or 0x42356C) is unknown color: approx Minsk. HEX triplet: 42, 35 and 6C. RGB value is (66,53,108). Sum of RGB (Red+Green+Blue) = 66+53+108=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #42356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42356C is #BDCA93. Grayscale: #3E3E3E. Windows color (decimal): -12438164 or 7091522. OLE color: 7091522.

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

Color convert

RGB6653108-
CMYK0.390.5100.58
HSL254.18º34.16%31.57%-
HSV(B)254.18º50.93%42.35%-
XYZ6.234.7914.78-
YUV63.16153.31130.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=29.07%
G=23.35%
B=47.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66531080.390.5100.58254.1834.1631.57
Hex42356C273303Afe2220
Octal1026515447630723764240
Binary10000101101011101100100111110011011101011111110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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