#423266

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

Shades of Minsk #423266

Tints of Minsk #423266

Color information

#423266 (or 0x423266) is unknown color: approx Minsk. HEX triplet: 42, 32 and 66. RGB value is (66,50,102). Sum of RGB (Red+Green+Blue) = 66+50+102=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #423266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423266 is #BDCD99. Grayscale: #3C3C3C. Windows color (decimal): -12438938 or 6697538. OLE color: 6697538.

HSL color Cylindrical-coordinate representation of color #423266: hue angle of 258.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423266 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6650102-
CMYK0.350.5100.6
HSL258.46º34.21%29.8%-
HSV(B)258.46º50.98%40%-
XYZ5.794.413.11-
YUV60.71151.3131.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 102 (40.23% from 255) = 46.79%
R=30.28%
G=22.94%
B=46.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66501020.350.5100.6258.4634.2129.8
Hex423266233303C102221e
Octal1026214643630744024236
Binary10000101100101100110100011110011011110010000001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423266; }

 p { color: rgb(66,50,102); }

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

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

 a { background-color: rgb(66,50,102); }

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

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

 span { border-color: rgb(66,50,102); }

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