#3B57E1

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

Shades of Royal Blue #3B57E1

Tints of Royal Blue #3B57E1

Color information

#3B57E1 (or 0x3B57E1) is unknown color: approx Royal Blue. HEX triplet: 3B, 57 and E1. RGB value is (59,87,225). Sum of RGB (Red+Green+Blue) = 59+87+225=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #3B57E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B57E1 is #C4A81E. Grayscale: #5D5D5D. Windows color (decimal): -12888095 or 14767931. OLE color: 14767931.

HSL color Cylindrical-coordinate representation of color #3B57E1: hue angle of 229.88º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B57E1 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5987225-
CMYK0.740.6100.12
HSL229.88º73.45%55.69%-
HSV(B)229.88º73.78%88.24%-
XYZ18.813.1872.79-
YUV94.36201.72102.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=15.90%
G=23.45%
B=60.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59872250.740.6100.12229.8873.4555.69
Hex3B57E14A3D0Ce64938
Octal731273411127501434611170
Binary111011101011111100001100101011110101100111001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B57E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,87,225); }

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

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

 a { background-color: rgb(59,87,225); }

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

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

 span { border-color: rgb(59,87,225); }

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