#3403BC

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

Shades of Medium Blue #3403BC

Tints of Medium Blue #3403BC

Color information

#3403BC (or 0x3403BC) is unknown color: approx Medium Blue. HEX triplet: 34, 03 and BC. RGB value is (52,3,188). Sum of RGB (Red+Green+Blue) = 52+3+188=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #3403BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403BC is #CBFC43. Grayscale: #262626. Windows color (decimal): -13368388 or 12321588. OLE color: 12321588.

HSL color Cylindrical-coordinate representation of color #3403BC: hue angle of 255.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3403BC is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB523188-
CMYK0.720.9800.26
HSL255.89º96.86%37.45%-
HSV(B)255.89º98.4%73.73%-
XYZ10.534.4347.88-
YUV38.74212.23137.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 188 (73.83% from 255) = 77.37%
R=21.40%
G=1.23%
B=77.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5231880.720.9800.26255.8996.8637.45
Hex343BC486201A1006125
Octal64327411014203240014145
Binary1101001110111100100100011000100110101000000001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3403BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3403BC; }

 p { color: rgb(52,3,188); }

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

<style>
 a { background-color: #3403BC; }

 a { background-color: rgb(52,3,188); }

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

<style>
 span { border-color: #3403BC; }

 span { border-color: rgb(52,3,188); }

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