#3B51E6

Color #3B51E6 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3B51E6

Tints of Royal Blue #3B51E6

Color information

#3B51E6 (or 0x3B51E6) is unknown color: approx Royal Blue. HEX triplet: 3B, 51 and E6. RGB value is (59,81,230). Sum of RGB (Red+Green+Blue) = 59+81+230=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #3B51E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B51E6 is #C4AE19. Grayscale: #5A5A5A. Windows color (decimal): -12889626 or 15094075. OLE color: 15094075.

HSL color Cylindrical-coordinate representation of color #3B51E6: hue angle of 232.28º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B51E6 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5981230-
CMYK0.740.6500.10
HSL232.28º77.38%56.67%-
HSV(B)232.28º74.35%90.2%-
XYZ19.0312.5376.28-
YUV91.41206.21104.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.95%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 230 (90.23% from 255) = 62.16%
R=15.95%
G=21.89%
B=62.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal59812300.740.6500.10232.2877.3856.67
Hex3B51E64A410Ae84d39
Octal7312134611210101235011571
Binary1110111010001111001101001010100000101010111010001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B51E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B51E6; }

 p { color: rgb(59,81,230); }

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

<style>
 a { background-color: #3B51E6; }

 a { background-color: rgb(59,81,230); }

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

<style>
 span { border-color: #3B51E6; }

 span { border-color: rgb(59,81,230); }

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