#423368

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

Shades of Minsk #423368

Tints of Minsk #423368

Color information

#423368 (or 0x423368) is unknown color: approx Minsk. HEX triplet: 42, 33 and 68. RGB value is (66,51,104). Sum of RGB (Red+Green+Blue) = 66+51+104=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #423368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423368 is #BDCC97. Grayscale: #3D3D3D. Windows color (decimal): -12438680 or 6828866. OLE color: 6828866.

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

Color convert

RGB6651104-
CMYK0.370.5100.59
HSL256.98º34.19%30.39%-
HSV(B)256.98º50.96%40.78%-
XYZ5.934.5313.66-
YUV61.53151.97131.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=29.86%
G=23.08%
B=47.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66511040.370.5100.59256.9834.1930.39
Hex423368253303B101221e
Octal1026315045630734014236
Binary10000101100111101000100101110011011101110000000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423368; }

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

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

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

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

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

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

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

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