#3604C6

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

Shades of Medium Blue #3604C6

Tints of Medium Blue #3604C6

Color information

#3604C6 (or 0x3604C6) is unknown color: approx Medium Blue. HEX triplet: 36, 04 and C6. RGB value is (54,4,198). Sum of RGB (Red+Green+Blue) = 54+4+198=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 4 (1.95% from 255 or 1.56% 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 #3604C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3604C6 is #C9FB39. Grayscale: #282828. Windows color (decimal): -13237050 or 12977206. OLE color: 12977206.

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

Color convert

RGB544198-
CMYK0.730.9800.22
HSL255.46º96.04%39.61%-
HSV(B)255.46º97.98%77.65%-
XYZ11.764.9553.76-
YUV41.07216.56137.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 198 (77.73% from 255) = 77.34%
R=21.09%
G=1.56%
B=77.34%

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
Decimal5441980.730.9800.22255.4696.0439.61
Hex364C64962016ff6028
Octal66430611114202637714050
Binary1101101001100011010010011100010010110111111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3604C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,4,198); }

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

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

 a { background-color: rgb(54,4,198); }

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

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

 span { border-color: rgb(54,4,198); }

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