#3406C6

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

Shades of Medium Blue #3406C6

Tints of Medium Blue #3406C6

Color information

#3406C6 (or 0x3406C6) is unknown color: approx Medium Blue. HEX triplet: 34, 06 and C6. RGB value is (52,6,198). Sum of RGB (Red+Green+Blue) = 52+6+198=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 198 (77.73% from 255 or 77.34% from 256); Max value from RGB is 198 - color contains mainly: blue. Hex color #3406C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3406C6 is #CBF939. Grayscale: #282828. Windows color (decimal): -13367610 or 12977716. OLE color: 12977716.

HSL color Cylindrical-coordinate representation of color #3406C6: hue angle of 254.38º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3406C6 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB526198-
CMYK0.740.9700.22
HSL254.38º94.12%40%-
HSV(B)254.38º96.97%77.65%-
XYZ11.674.9453.76-
YUV41.64216.24135.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 198 (77.73% from 255) = 77.34%
R=20.31%
G=2.34%
B=77.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5261980.740.9700.22254.3894.1240
Hex346C64A61016fe5e28
Octal64630611214102637613650
Binary1101001101100011010010101100001010110111111101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3406C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3406C6; }

 p { color: rgb(52,6,198); }

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

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

 a { background-color: rgb(52,6,198); }

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

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

 span { border-color: rgb(52,6,198); }

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