#423775

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

Shades of Minsk #423775

Tints of Minsk #423775

Color information

#423775 (or 0x423775) is unknown color: approx Minsk. HEX triplet: 42, 37 and 75. RGB value is (66,55,117). Sum of RGB (Red+Green+Blue) = 66+55+117=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #423775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423775 is #BDC88A. Grayscale: #414141. Windows color (decimal): -12437643 or 7681858. OLE color: 7681858.

HSL color Cylindrical-coordinate representation of color #423775: hue angle of 250.65º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423775 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6655117-
CMYK0.440.5300.54
HSL250.65º36.05%33.73%-
HSV(B)250.65º52.99%45.88%-
XYZ6.825.1717.47-
YUV65.36157.14128.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=27.73%
G=23.11%
B=49.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66551170.440.5300.54250.6536.0533.73
Hex4237752C35036fb2422
Octal1026716554650663734442
Binary10000101101111110101101100110101011011011111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423775; }

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

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

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

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

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

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

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

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