#423474

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

Shades of Minsk #423474

Tints of Minsk #423474

Color information

#423474 (or 0x423474) is unknown color: approx Minsk. HEX triplet: 42, 34 and 74. RGB value is (66,52,116). Sum of RGB (Red+Green+Blue) = 66+52+116=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #423474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423474 is #BDCB8B. Grayscale: #3F3F3F. Windows color (decimal): -12438412 or 7615554. OLE color: 7615554.

HSL color Cylindrical-coordinate representation of color #423474: hue angle of 253.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423474 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6652116-
CMYK0.430.5500.55
HSL253.12º38.1%32.94%-
HSV(B)253.12º55.17%45.49%-
XYZ6.634.8817.11-
YUV63.48157.64129.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=28.21%
G=22.22%
B=49.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66521160.430.5500.55253.1238.132.94
Hex4234742B37037fd2621
Octal1026416453670673754641
Binary10000101101001110100101011110111011011111111101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423474; }

 p { color: rgb(66,52,116); }

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

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

 a { background-color: rgb(66,52,116); }

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

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

 span { border-color: rgb(66,52,116); }

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