#42336A

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

Shades of Minsk #42336A

Tints of Minsk #42336A

Color information

#42336A (or 0x42336A) is unknown color: approx Minsk. HEX triplet: 42, 33 and 6A. RGB value is (66,51,106). Sum of RGB (Red+Green+Blue) = 66+51+106=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #42336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42336A is #BDCC95. Grayscale: #3D3D3D. Windows color (decimal): -12438678 or 6959938. OLE color: 6959938.

HSL color Cylindrical-coordinate representation of color #42336A: hue angle of 256.36º 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 #42336A is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6651106-
CMYK0.380.5200.58
HSL256.36º35.03%30.78%-
HSV(B)256.36º51.89%41.57%-
XYZ6.034.5714.2-
YUV61.76152.97131.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 106 (41.80% from 255) = 47.53%
R=29.60%
G=22.87%
B=47.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66511060.380.5200.58256.3635.0330.78
Hex42336A263403A100231f
Octal1026315246640724004337
Binary10000101100111101010100110110100011101010000000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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