#545BE3

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

Shades of Royal Blue #545BE3

Tints of Royal Blue #545BE3

Color information

#545BE3 (or 0x545BE3) is unknown color: approx Royal Blue. HEX triplet: 54, 5B and E3. RGB value is (84,91,227). Sum of RGB (Red+Green+Blue) = 84+91+227=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 227 (89.06% from 255 or 56.47% from 402); Max value from RGB is 227 - color contains mainly: blue. Hex color #545BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BE3 is #ABA41C. Grayscale: #676767. Windows color (decimal): -11248669 or 14900052. OLE color: 14900052.

HSL color Cylindrical-coordinate representation of color #545BE3: hue angle of 237.06º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545BE3 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8491227-
CMYK0.630.6000.11
HSL237.06º71.86%60.98%-
HSV(B)237.06º63%89.02%-
XYZ21.2614.9174.43-
YUV104.41197.18113.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 227 (89.06% from 255) = 56.47%
R=20.90%
G=22.64%
B=56.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84912270.630.6000.11237.0671.8660.98
Hex545BE33F3C0Bed483d
Octal124133343777401335511075
Binary101010010110111110001111111111110001011111011011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545BE3; }

 p { color: rgb(84,91,227); }

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

<style>
 a { background-color: #545BE3; }

 a { background-color: rgb(84,91,227); }

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

<style>
 span { border-color: #545BE3; }

 span { border-color: rgb(84,91,227); }

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