#332877

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

Shades of Minsk #332877

Tints of Minsk #332877

Color information

#332877 (or 0x332877) is unknown color: approx Minsk. HEX triplet: 33, 28 and 77. RGB value is (51,40,119). Sum of RGB (Red+Green+Blue) = 51+40+119=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #332877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332877 is #CCD788. Grayscale: #333333. Windows color (decimal): -13424521 or 7809075. OLE color: 7809075.

HSL color Cylindrical-coordinate representation of color #332877: hue angle of 248.35º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332877 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5140119-
CMYK0.570.6600.53
HSL248.35º49.69%31.18%-
HSV(B)248.35º66.39%46.67%-
XYZ5.453.5517.85-
YUV52.3165.64127.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=24.29%
G=19.05%
B=56.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51401190.570.6600.53248.3549.6931.18
Hex3328773942035f8321f
Octal6350167711020653706237
Binary1100111010001110111111001100001001101011111100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332877; }

 p { color: rgb(51,40,119); }

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

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

 a { background-color: rgb(51,40,119); }

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

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

 span { border-color: rgb(51,40,119); }

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