#3406BD

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

Shades of Medium Blue #3406BD

Tints of Medium Blue #3406BD

Color information

#3406BD (or 0x3406BD) is unknown color: approx Medium Blue. HEX triplet: 34, 06 and BD. RGB value is (52,6,189). Sum of RGB (Red+Green+Blue) = 52+6+189=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #3406BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3406BD is #CBF942. Grayscale: #272727. Windows color (decimal): -13367619 or 12387892. OLE color: 12387892.

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

Color convert

RGB526189-
CMYK0.720.9700.26
HSL255.08º93.85%38.24%-
HSV(B)255.08º96.83%74.12%-
XYZ10.674.5348.46-
YUV40.62211.74136.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 189 (74.22% from 255) = 76.52%
R=21.05%
G=2.43%
B=76.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5261890.720.9700.26255.0893.8538.24
Hex346BD486101Aff5e26
Octal64627511014103237713646
Binary1101001101011110110010001100001011010111111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3406BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3406BD; }

 p { color: rgb(52,6,189); }

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

<style>
 a { background-color: #3406BD; }

 a { background-color: rgb(52,6,189); }

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

<style>
 span { border-color: #3406BD; }

 span { border-color: rgb(52,6,189); }

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