#3B59E0

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

Shades of Royal Blue #3B59E0

Tints of Royal Blue #3B59E0

Color information

#3B59E0 (or 0x3B59E0) is unknown color: approx Royal Blue. HEX triplet: 3B, 59 and E0. RGB value is (59,89,224). Sum of RGB (Red+Green+Blue) = 59+89+224=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B59E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B59E0 is #C4A61F. Grayscale: #5E5E5E. Windows color (decimal): -12887584 or 14702907. OLE color: 14702907.

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

Color convert

RGB5989224-
CMYK0.740.6000.12
HSL229.09º72.69%55.49%-
HSV(B)229.09º73.66%87.84%-
XYZ18.8313.4672.13-
YUV95.42200.56102.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.86%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 224 (87.89% from 255) = 60.22%
R=15.86%
G=23.92%
B=60.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal59892240.740.6000.12229.0972.6955.49
Hex3B59E04A3C0Ce54937
Octal731313401127401434511167
Binary111011101100111100000100101011110001100111001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B59E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,224); }

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

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

 a { background-color: rgb(59,89,224); }

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

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

 span { border-color: rgb(59,89,224); }

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