#42396D

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

Shades of Minsk #42396D

Tints of Minsk #42396D

Color information

#42396D (or 0x42396D) is unknown color: approx Minsk. HEX triplet: 42, 39 and 6D. RGB value is (66,57,109). Sum of RGB (Red+Green+Blue) = 66+57+109=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #42396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42396D is #BDC692. Grayscale: #414141. Windows color (decimal): -12437139 or 7158082. OLE color: 7158082.

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

Color convert

RGB6657109-
CMYK0.390.4800.57
HSL250.38º31.33%32.55%-
HSV(B)250.38º47.71%42.75%-
XYZ6.475.1915.13-
YUV65.62152.48128.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=28.45%
G=24.57%
B=46.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66571090.390.4800.57250.3831.3332.55
Hex42396D2730039fa1f21
Octal1027115547600713723741
Binary1000010111001110110110011111000001110011111101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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