#42376F

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

Shades of Minsk #42376F

Tints of Minsk #42376F

Color information

#42376F (or 0x42376F) is unknown color: approx Minsk. HEX triplet: 42, 37 and 6F. RGB value is (66,55,111). Sum of RGB (Red+Green+Blue) = 66+55+111=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #42376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42376F is #BDC890. Grayscale: #404040. Windows color (decimal): -12437649 or 7288642. OLE color: 7288642.

HSL color Cylindrical-coordinate representation of color #42376F: hue angle of 251.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42376F is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6655111-
CMYK0.410.5000.56
HSL251.79º33.73%32.55%-
HSV(B)251.79º50.45%43.53%-
XYZ6.485.0415.67-
YUV64.67154.14128.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=28.45%
G=23.71%
B=47.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66551110.410.5000.56251.7933.7332.55
Hex42376F2932038fc2221
Octal1026715751620703744241
Binary10000101101111101111101001110010011100011111100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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