#3354F1

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

Shades of Royal Blue #3354F1

Tints of Royal Blue #3354F1

Color information

#3354F1 (or 0x3354F1) is unknown color: approx Royal Blue. HEX triplet: 33, 54 and F1. RGB value is (51,84,241). Sum of RGB (Red+Green+Blue) = 51+84+241=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #3354F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3354F1 is #CCAB0E. Grayscale: #5B5B5B. Windows color (decimal): -13413135 or 15815731. OLE color: 15815731.

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

Color convert

RGB5184241-
CMYK0.790.6500.05
HSL229.58º87.16%57.25%-
HSV(B)229.58º78.84%94.51%-
XYZ20.4113.484.73-
YUV92.03212.0798.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 241 (94.53% from 255) = 64.10%
R=13.56%
G=22.34%
B=64.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51842410.790.6500.05229.5887.1657.25
Hex3354F14F4105e65739
Octal631243611171010534612771
Binary110011101010011110001100111110000010101111001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3354F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,84,241); }

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

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

 a { background-color: rgb(51,84,241); }

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

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

 span { border-color: rgb(51,84,241); }

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