#357FF1

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

Shades of Royal Blue #357FF1

Tints of Royal Blue #357FF1

Color information

#357FF1 (or 0x357FF1) is unknown color: approx Royal Blue. HEX triplet: 35, 7F and F1. RGB value is (53,127,241). Sum of RGB (Red+Green+Blue) = 53+127+241=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #357FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357FF1 is #CA800E. Grayscale: #757575. Windows color (decimal): -13271055 or 15826741. OLE color: 15826741.

HSL color Cylindrical-coordinate representation of color #357FF1: hue angle of 216.38º 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 #357FF1 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53127241-
CMYK0.780.4700.05
HSL216.38º87.04%57.65%-
HSV(B)216.38º78.01%94.51%-
XYZ24.9322.2986.21-
YUV117.87197.4881.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.59%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 241 (94.53% from 255) = 57.24%
R=12.59%
G=30.17%
B=57.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531272410.780.4700.05216.3887.0457.65
Hex357FF14E2F05d8573a
Octal65177361116570533012772
Binary11010111111111111000110011101011110101110110001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357FF1; }

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

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

<style>
 a { background-color: #357FF1; }

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

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

<style>
 span { border-color: #357FF1; }

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

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