#3209C4

Color #3209C4 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #3209C4

Tints of Medium Blue #3209C4

Color information

#3209C4 (or 0x3209C4) is unknown color: approx Medium Blue. HEX triplet: 32, 09 and C4. RGB value is (50,9,196). Sum of RGB (Red+Green+Blue) = 50+9+196=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 196 (76.95% from 255 or 76.86% from 255); Max value from RGB is 196 - color contains mainly: blue. Hex color #3209C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209C4 is #CDF63B. Grayscale: #292929. Windows color (decimal): -13497916 or 12847410. OLE color: 12847410.

HSL color Cylindrical-coordinate representation of color #3209C4: hue angle of 253.16º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3209C4 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB509196-
CMYK0.740.9500.23
HSL253.16º91.22%40.2%-
HSV(B)253.16º95.41%76.86%-
XYZ11.384.8652.56-
YUV42.58214.58133.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 196 (76.95% from 255) = 76.86%
R=19.61%
G=3.53%
B=76.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal5091960.740.9500.23253.1691.2240.2
Hex329C44A5F017fd5b28
Octal621130411213702737513350
Binary11001010011100010010010101011111010111111111011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3209C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3209C4; }

 p { color: rgb(50,9,196); }

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

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

 a { background-color: rgb(50,9,196); }

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

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

 span { border-color: rgb(50,9,196); }

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