#423768

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

Shades of Minsk #423768

Tints of Minsk #423768

Color information

#423768 (or 0x423768) is unknown color: approx Minsk. HEX triplet: 42, 37 and 68. RGB value is (66,55,104). Sum of RGB (Red+Green+Blue) = 66+55+104=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #423768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423768 is #BDC897. Grayscale: #3F3F3F. Windows color (decimal): -12437656 or 6829890. OLE color: 6829890.

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

Color convert

RGB6655104-
CMYK0.370.4700.59
HSL253.47º30.82%31.18%-
HSV(B)253.47º47.12%40.78%-
XYZ6.114.8913.72-
YUV63.87150.64129.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=29.33%
G=24.44%
B=46.22%

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
Decimal66551040.370.4700.59253.4730.8231.18
Hex423768252F03Bfd1f1f
Octal1026715045570733753737
Binary100001011011111010001001011011110111011111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423768; }

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

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

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

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

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

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

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

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