#3550EA

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

Shades of Royal Blue #3550EA

Tints of Royal Blue #3550EA

Color information

#3550EA (or 0x3550EA) is unknown color: approx Royal Blue. HEX triplet: 35, 50 and EA. RGB value is (53,80,234). Sum of RGB (Red+Green+Blue) = 53+80+234=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #3550EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3550EA is #CAAF15. Grayscale: #585858. Windows color (decimal): -13283094 or 15355957. OLE color: 15355957.

HSL color Cylindrical-coordinate representation of color #3550EA: hue angle of 231.05º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3550EA is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5380234-
CMYK0.770.6600.08
HSL231.05º81.17%56.27%-
HSV(B)231.05º77.35%91.76%-
XYZ19.1912.4379.23-
YUV89.48209.55101.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 234 (91.80% from 255) = 63.76%
R=14.44%
G=21.80%
B=63.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53802340.770.6600.08231.0581.1756.27
Hex3550EA4D4208e75138
Octal6512035211510201034712170
Binary1101011010000111010101001101100001001000111001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3550EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3550EA; }

 p { color: rgb(53,80,234); }

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

<style>
 a { background-color: #3550EA; }

 a { background-color: rgb(53,80,234); }

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

<style>
 span { border-color: #3550EA; }

 span { border-color: rgb(53,80,234); }

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