#423770

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

Shades of Minsk #423770

Tints of Minsk #423770

Color information

#423770 (or 0x423770) is unknown color: approx Minsk. HEX triplet: 42, 37 and 70. RGB value is (66,55,112). Sum of RGB (Red+Green+Blue) = 66+55+112=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #423770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423770 is #BDC88F. Grayscale: #404040. Windows color (decimal): -12437648 or 7354178. OLE color: 7354178.

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

Color convert

RGB6655112-
CMYK0.410.5100.56
HSL251.58º34.13%32.75%-
HSV(B)251.58º50.89%43.92%-
XYZ6.545.0615.96-
YUV64.79154.64128.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.33%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 112 (44.14% from 255) = 48.07%
R=28.33%
G=23.61%
B=48.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66551120.410.5100.56251.5834.1332.75
Hex4237702933038fc2221
Octal1026716051630703744241
Binary10000101101111110000101001110011011100011111100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423770; }

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

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

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

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

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

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

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

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