#3304BF

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

Shades of Medium Blue #3304BF

Tints of Medium Blue #3304BF

Color information

#3304BF (or 0x3304BF) is unknown color: approx Medium Blue. HEX triplet: 33, 04 and BF. RGB value is (51,4,191). Sum of RGB (Red+Green+Blue) = 51+4+191=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #3304BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3304BF is #CCFB40. Grayscale: #262626. Windows color (decimal): -13433665 or 12518451. OLE color: 12518451.

HSL color Cylindrical-coordinate representation of color #3304BF: hue angle of 255.08º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3304BF is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB514191-
CMYK0.730.9800.25
HSL255.08º95.9%38.24%-
HSV(B)255.08º97.91%74.9%-
XYZ10.814.5549.6-
YUV39.37213.57136.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.73%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 191 (75% from 255) = 77.64%
R=20.73%
G=1.63%
B=77.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5141910.730.9800.25255.0895.938.24
Hex334BF4962019ff6026
Octal63427711114203137714046
Binary1100111001011111110010011100010011001111111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3304BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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