#3555F1

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

Shades of Royal Blue #3555F1

Tints of Royal Blue #3555F1

Color information

#3555F1 (or 0x3555F1) is unknown color: approx Royal Blue. HEX triplet: 35, 55 and F1. RGB value is (53,85,241). Sum of RGB (Red+Green+Blue) = 53+85+241=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #3555F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3555F1 is #CAAA0E. Grayscale: #5C5C5C. Windows color (decimal): -13281807 or 15815989. OLE color: 15815989.

HSL color Cylindrical-coordinate representation of color #3555F1: hue angle of 229.79º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3555F1 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5385241-
CMYK0.780.6500.05
HSL229.79º87.04%57.65%-
HSV(B)229.79º78.01%94.51%-
XYZ20.5913.684.76-
YUV93.22211.499.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 241 (94.53% from 255) = 63.59%
R=13.98%
G=22.43%
B=63.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53852410.780.6500.05229.7987.0457.65
Hex3555F14E4105e6573a
Octal651253611161010534612772
Binary110101101010111110001100111010000010101111001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3555F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3555F1; }

 p { color: rgb(53,85,241); }

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

<style>
 a { background-color: #3555F1; }

 a { background-color: rgb(53,85,241); }

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

<style>
 span { border-color: #3555F1; }

 span { border-color: rgb(53,85,241); }

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