#423D62

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

Shades of Minsk #423D62

Tints of Minsk #423D62

Color information

#423D62 (or 0x423D62) is unknown color: approx Minsk. HEX triplet: 42, 3D and 62. RGB value is (66,61,98). Sum of RGB (Red+Green+Blue) = 66+61+98=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #423D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D62 is #BDC29D. Grayscale: #424242. Windows color (decimal): -12436126 or 6438210. OLE color: 6438210.

HSL color Cylindrical-coordinate representation of color #423D62: hue angle of 248.11º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423D62 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB666198-
CMYK0.330.3800.62
HSL248.11º23.27%31.18%-
HSV(B)248.11º37.76%38.43%-
XYZ6.125.3812.27-
YUV66.71145.66127.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=29.33%
G=27.11%
B=43.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6661980.330.3800.62248.1123.2731.18
Hex423D62212603Ef8171f
Octal1027514241460763702737
Binary100001011110111000101000011001100111110111110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423D62; }

 p { color: rgb(66,61,98); }

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

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

 a { background-color: rgb(66,61,98); }

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

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

 span { border-color: rgb(66,61,98); }

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