#423865

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

Shades of Minsk #423865

Tints of Minsk #423865

Color information

#423865 (or 0x423865) is unknown color: approx Minsk. HEX triplet: 42, 38 and 65. RGB value is (66,56,101). Sum of RGB (Red+Green+Blue) = 66+56+101=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #423865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423865 is #BDC79A. Grayscale: #3F3F3F. Windows color (decimal): -12437403 or 6633538. OLE color: 6633538.

HSL color Cylindrical-coordinate representation of color #423865: hue angle of 253.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423865 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6656101-
CMYK0.350.4500.60
HSL253.33º28.66%30.78%-
HSV(B)253.33º44.55%39.61%-
XYZ6.014.9312.95-
YUV64.12148.81129.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=29.60%
G=25.11%
B=45.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66561010.350.4500.60253.3328.6630.78
Hex423865232D03Cfd1d1f
Octal1027014543550743753537
Binary100001011100011001011000111011010111100111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423865; }

 p { color: rgb(66,56,101); }

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

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

 a { background-color: rgb(66,56,101); }

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

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

 span { border-color: rgb(66,56,101); }

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