#3b54e4

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

Shades of Royal Blue #3B54E4

Tints of Royal Blue #3B54E4

Color information

#3B54E4 (or 0x3B54E4) is unknown color: approx Royal Blue. HEX triplet: 3B, 54 and E4. RGB value is (59,84,228). Sum of RGB (Red+Green+Blue) = 59+84+228=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #3B54E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B54E4 is #C4AB1B. Grayscale: #5C5C5C. Windows color (decimal): -12888860 or 14963771. OLE color: 14963771.

HSL color Cylindrical-coordinate representation of color #3B54E4: hue angle of 231.12º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B54E4 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5984228-
CMYK0.740.6300.11
HSL231.12º75.78%56.27%-
HSV(B)231.12º74.12%89.41%-
XYZ18.9812.8774.88-
YUV92.94204.22103.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 228 (89.45% from 255) = 61.46%
R=15.90%
G=22.64%
B=61.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal59842280.740.6300.11231.1275.7856.27
Hex3B54E44A3F0Be74c38
Octal731243441127701334711470
Binary111011101010011100100100101011111101011111001111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b54e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,228); }

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

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

 a { background-color: rgb(59,84,228); }

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

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

 span { border-color: rgb(59,84,228); }

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