#3404BF

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

Shades of Medium Blue #3404BF

Tints of Medium Blue #3404BF

Color information

#3404BF (or 0x3404BF) is unknown color: approx Medium Blue. HEX triplet: 34, 04 and BF. RGB value is (52,4,191). Sum of RGB (Red+Green+Blue) = 52+4+191=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 191 (75% from 255 or 77.33% from 247); Max value from RGB is 191 - color contains mainly: blue. Hex color #3404BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404BF is #CBFB40. Grayscale: #262626. Windows color (decimal): -13368129 or 12518452. OLE color: 12518452.

HSL color Cylindrical-coordinate representation of color #3404BF: hue angle of 255.4º 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 #3404BF is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB524191-
CMYK0.730.9800.25
HSL255.4º95.9%38.24%-
HSV(B)255.4º97.91%74.9%-
XYZ10.864.5849.6-
YUV39.67213.4136.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 191 (75% from 255) = 77.33%
R=21.05%
G=1.62%
B=77.33%

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
Decimal5241910.730.9800.25255.495.938.24
Hex344BF4962019ff6026
Octal64427711114203137714046
Binary1101001001011111110010011100010011001111111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3404BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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