#42396E

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

Shades of Minsk #42396E

Tints of Minsk #42396E

Color information

#42396E (or 0x42396E) is unknown color: approx Minsk. HEX triplet: 42, 39 and 6E. RGB value is (66,57,110). Sum of RGB (Red+Green+Blue) = 66+57+110=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #42396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42396E is #BDC691. Grayscale: #414141. Windows color (decimal): -12437138 or 7223618. OLE color: 7223618.

HSL color Cylindrical-coordinate representation of color #42396E: hue angle of 250.19º degrees, saturation: 0.32, 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 #42396E is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6657110-
CMYK0.40.4800.57
HSL250.19º31.74%32.75%-
HSV(B)250.19º48.18%43.14%-
XYZ6.525.2115.41-
YUV65.73152.98128.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=28.33%
G=24.46%
B=47.21%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66571100.40.4800.57250.1931.7432.75
Hex42396E2830039fa2021
Octal1027115650600713724041
Binary10000101110011101110101000110000011100111111010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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