#357DD5

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

Shades of Royal Blue #357DD5

Tints of Royal Blue #357DD5

Color information

#357DD5 (or 0x357DD5) is unknown color: approx Royal Blue. HEX triplet: 35, 7D and D5. RGB value is (53,125,213). Sum of RGB (Red+Green+Blue) = 53+125+213=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #357DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DD5 is #CA822A. Grayscale: #717171. Windows color (decimal): -13271595 or 13991221. OLE color: 13991221.

HSL color Cylindrical-coordinate representation of color #357DD5: hue angle of 213º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357DD5 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53125213-
CMYK0.750.4100.16
HSL213º65.57%52.16%-
HSV(B)213º75.12%83.53%-
XYZ20.8120.2365.76-
YUV113.5184.1584.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 213 (83.59% from 255) = 54.48%
R=13.55%
G=31.97%
B=54.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531252130.750.4100.1621365.5752.16
Hex357DD54B29010d54234
Octal651753251135102032510264
Binary1101011111101110101011001011101001010000110101011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,213); }

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

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

 a { background-color: rgb(53,125,213); }

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

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

 span { border-color: rgb(53,125,213); }

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