#3409C4

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

Shades of Medium Blue #3409C4

Tints of Medium Blue #3409C4

Color information

#3409C4 (or 0x3409C4) is unknown color: approx Medium Blue. HEX triplet: 34, 09 and C4. RGB value is (52,9,196). Sum of RGB (Red+Green+Blue) = 52+9+196=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 196 (76.95% from 255 or 76.26% from 257); Max value from RGB is 196 - color contains mainly: blue. Hex color #3409C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409C4 is #CBF63B. Grayscale: #2A2A2A. Windows color (decimal): -13366844 or 12847412. OLE color: 12847412.

HSL color Cylindrical-coordinate representation of color #3409C4: hue angle of 253.8º 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 #3409C4 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB529196-
CMYK0.730.9500.23
HSL253.8º91.22%40.2%-
HSV(B)253.8º95.41%76.86%-
XYZ11.484.9152.57-
YUV43.18214.25134.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 196 (76.95% from 255) = 76.26%
R=20.23%
G=3.50%
B=76.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal5291960.730.9500.23253.891.2240.2
Hex349C4495F017fe5b28
Octal641130411113702737613350
Binary11010010011100010010010011011111010111111111101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3409C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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