#3503C6

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

Shades of Medium Blue #3503C6

Tints of Medium Blue #3503C6

Color information

#3503C6 (or 0x3503C6) is unknown color: approx Medium Blue. HEX triplet: 35, 03 and C6. RGB value is (53,3,198). Sum of RGB (Red+Green+Blue) = 53+3+198=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 198 (77.73% from 255 or 77.95% from 254); Max value from RGB is 198 - color contains mainly: blue. Hex color #3503C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503C6 is #CAFC39. Grayscale: #272727. Windows color (decimal): -13302842 or 12976949. OLE color: 12976949.

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

Color convert

RGB533198-
CMYK0.730.9800.22
HSL255.38º97.01%39.41%-
HSV(B)255.38º98.48%77.65%-
XYZ11.694.953.76-
YUV40.18217.06137.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 198 (77.73% from 255) = 77.95%
R=20.87%
G=1.18%
B=77.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5331980.730.9800.22255.3897.0139.41
Hex353C64962016ff6127
Octal65330611114202637714147
Binary110101111100011010010011100010010110111111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3503C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,3,198); }

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

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

 a { background-color: rgb(53,3,198); }

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

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

 span { border-color: rgb(53,3,198); }

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