#42386E

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

Shades of Minsk #42386E

Tints of Minsk #42386E

Color information

#42386E (or 0x42386E) is unknown color: approx Minsk. HEX triplet: 42, 38 and 6E. RGB value is (66,56,110). Sum of RGB (Red+Green+Blue) = 66+56+110=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #42386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42386E is #BDC791. Grayscale: #404040. Windows color (decimal): -12437394 or 7223362. OLE color: 7223362.

HSL color Cylindrical-coordinate representation of color #42386E: hue angle of 251.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42386E is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6656110-
CMYK0.40.4900.57
HSL251.11º32.53%32.55%-
HSV(B)251.11º49.09%43.14%-
XYZ6.485.1115.4-
YUV65.15153.31128.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=28.45%
G=24.14%
B=47.41%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66561100.40.4900.57251.1132.5332.55
Hex42386E2831039fb2121
Octal1027015650610713734141
Binary10000101110001101110101000110001011100111111011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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