#357ADA

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

Shades of Royal Blue #357ADA

Tints of Royal Blue #357ADA

Color information

#357ADA (or 0x357ADA) is unknown color: approx Royal Blue. HEX triplet: 35, 7A and DA. RGB value is (53,122,218). Sum of RGB (Red+Green+Blue) = 53+122+218=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #357ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ADA is #CA8525. Grayscale: #6F6F6F. Windows color (decimal): -13272358 or 14318133. OLE color: 14318133.

HSL color Cylindrical-coordinate representation of color #357ADA: hue angle of 214.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357ADA is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53122218-
CMYK0.760.4400.15
HSL214.91º69.04%53.14%-
HSV(B)214.91º75.69%85.49%-
XYZ21.0819.7469.03-
YUV112.31187.6485.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 218 (85.55% from 255) = 55.47%
R=13.49%
G=31.04%
B=55.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531222180.760.4400.15214.9169.0453.14
Hex357ADA4C2C0Fd74535
Octal651723321145401732710565
Binary110101111101011011010100110010110001111110101111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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