#42376D

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

Shades of Minsk #42376D

Tints of Minsk #42376D

Color information

#42376D (or 0x42376D) is unknown color: approx Minsk. HEX triplet: 42, 37 and 6D. RGB value is (66,55,109). Sum of RGB (Red+Green+Blue) = 66+55+109=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #42376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42376D is #BDC892. Grayscale: #404040. Windows color (decimal): -12437651 or 7157570. OLE color: 7157570.

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

Color convert

RGB6655109-
CMYK0.390.5000.57
HSL252.22º32.93%32.16%-
HSV(B)252.22º49.54%42.75%-
XYZ6.374.9915.1-
YUV64.44153.14129.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=28.70%
G=23.91%
B=47.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66551090.390.5000.57252.2232.9332.16
Hex42376D2732039fc2120
Octal1026715547620713744140
Binary10000101101111101101100111110010011100111111100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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