#357AE6

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

Shades of Royal Blue #357AE6

Tints of Royal Blue #357AE6

Color information

#357AE6 (or 0x357AE6) is unknown color: approx Royal Blue. HEX triplet: 35, 7A and E6. RGB value is (53,122,230). Sum of RGB (Red+Green+Blue) = 53+122+230=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #357AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357AE6 is #CA8519. Grayscale: #717171. Windows color (decimal): -13272346 or 15104565. OLE color: 15104565.

HSL color Cylindrical-coordinate representation of color #357AE6: hue angle of 216.61º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357AE6 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB53122230-
CMYK0.770.4700.10
HSL216.61º77.97%55.49%-
HSV(B)216.61º76.96%90.2%-
XYZ22.7120.3977.6-
YUV113.68193.6484.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.09%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 230 (90.23% from 255) = 56.79%
R=13.09%
G=30.12%
B=56.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal531222300.770.4700.10216.6177.9755.49
Hex357AE64D2F0Ad94e37
Octal651723461155701233111667
Binary110101111101011100110100110110111101010110110011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,230); }

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

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

 a { background-color: rgb(53,122,230); }

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

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

 span { border-color: rgb(53,122,230); }

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