#3102D4

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

Shades of Medium Blue #3102D4

Tints of Medium Blue #3102D4

Color information

#3102D4 (or 0x3102D4) is unknown color: approx Medium Blue. HEX triplet: 31, 02 and D4. RGB value is (49,2,212). Sum of RGB (Red+Green+Blue) = 49+2+212=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 212 (83.20% from 255 or 80.61% from 263); Max value from RGB is 212 - color contains mainly: blue. Hex color #3102D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3102D4 is #CEFD2B. Grayscale: #272727. Windows color (decimal): -13565228 or 13894193. OLE color: 13894193.

HSL color Cylindrical-coordinate representation of color #3102D4: hue angle of 253.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102D4 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB492212-
CMYK0.770.9900.17
HSL253.43º98.13%41.96%-
HSV(B)253.43º99.06%83.14%-
XYZ13.175.4562.65-
YUV39.99225.07134.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 212 (83.20% from 255) = 80.61%
R=18.63%
G=0.76%
B=80.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4922120.770.9900.17253.4398.1341.96
Hex312D44D63011fd622a
Octal61232411514302137514252
Binary110001101101010010011011100011010001111111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3102D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3102D4; }

 p { color: rgb(49,2,212); }

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

<style>
 a { background-color: #3102D4; }

 a { background-color: rgb(49,2,212); }

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

<style>
 span { border-color: #3102D4; }

 span { border-color: rgb(49,2,212); }

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