#3304C6

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

Shades of Medium Blue #3304C6

Tints of Medium Blue #3304C6

Color information

#3304C6 (or 0x3304C6) is unknown color: approx Medium Blue. HEX triplet: 33, 04 and C6. RGB value is (51,4,198). Sum of RGB (Red+Green+Blue) = 51+4+198=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 198 (77.73% from 255 or 78.26% from 253); Max value from RGB is 198 - color contains mainly: blue. Hex color #3304C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304C6 is #CCFB39. Grayscale: #272727. Windows color (decimal): -13433658 or 12977203. OLE color: 12977203.

HSL color Cylindrical-coordinate representation of color #3304C6: hue angle of 254.54º 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 #3304C6 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB514198-
CMYK0.740.9800.22
HSL254.54º96.04%39.61%-
HSV(B)254.54º97.98%77.65%-
XYZ11.64.8753.75-
YUV40.17217.07135.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 198 (77.73% from 255) = 78.26%
R=20.16%
G=1.58%
B=78.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5141980.740.9800.22254.5496.0439.61
Hex334C64A62016ff6028
Octal63430611214202637714050
Binary1100111001100011010010101100010010110111111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3304C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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