#3411C9

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

Shades of Medium Blue #3411C9

Tints of Medium Blue #3411C9

Color information

#3411C9 (or 0x3411C9) is unknown color: approx Medium Blue. HEX triplet: 34, 11 and C9. RGB value is (52,17,201). Sum of RGB (Red+Green+Blue) = 52+17+201=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #3411C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3411C9 is #CBEE36. Grayscale: #2F2F2F. Windows color (decimal): -13364791 or 13177140. OLE color: 13177140.

HSL color Cylindrical-coordinate representation of color #3411C9: hue angle of 251.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3411C9 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5217201-
CMYK0.740.9200.21
HSL251.41º84.4%42.75%-
HSV(B)251.41º91.54%78.82%-
XYZ12.165.3555.65-
YUV48.44214.1130.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 17 (7.03% from 255) = 6.30%
BLUE value IS 201 (78.91% from 255) = 74.44%
R=19.26%
G=6.30%
B=74.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52172010.740.9200.21251.4184.442.75
Hex3411C94A5C015fb542b
Octal642131111213402537312453
Binary110100100011100100110010101011100010101111110111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3411C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3411C9; }

 p { color: rgb(52,17,201); }

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

<style>
 a { background-color: #3411C9; }

 a { background-color: rgb(52,17,201); }

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

<style>
 span { border-color: #3411C9; }

 span { border-color: rgb(52,17,201); }

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