#423869

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

Shades of Minsk #423869

Tints of Minsk #423869

Color information

#423869 (or 0x423869) is unknown color: approx Minsk. HEX triplet: 42, 38 and 69. RGB value is (66,56,105). Sum of RGB (Red+Green+Blue) = 66+56+105=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #423869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423869 is #BDC796. Grayscale: #404040. Windows color (decimal): -12437399 or 6895682. OLE color: 6895682.

HSL color Cylindrical-coordinate representation of color #423869: hue angle of 252.24º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #423869 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6656105-
CMYK0.370.4700.59
HSL252.24º30.43%31.57%-
HSV(B)252.24º46.67%41.18%-
XYZ6.215.0114-
YUV64.58150.81129.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=29.07%
G=24.67%
B=46.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66561050.370.4700.59252.2430.4331.57
Hex423869252F03Bfc1e20
Octal1027015145570733743640
Binary1000010111000110100110010110111101110111111110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423869; }

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

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

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

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

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

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

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

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