#357ED7

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

Shades of Royal Blue #357ED7

Tints of Royal Blue #357ED7

Color information

#357ED7 (or 0x357ED7) is unknown color: approx Royal Blue. HEX triplet: 35, 7E and D7. RGB value is (53,126,215). Sum of RGB (Red+Green+Blue) = 53+126+215=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #357ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ED7 is #CA8128. Grayscale: #717171. Windows color (decimal): -13271337 or 14122549. OLE color: 14122549.

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

Color convert

RGB53126215-
CMYK0.750.4100.16
HSL212.96º66.94%52.55%-
HSV(B)212.96º75.35%84.31%-
XYZ21.1920.5867.15-
YUV114.32184.8284.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 126 (49.61% from 255) = 31.98%
BLUE value IS 215 (84.38% from 255) = 54.57%
R=13.45%
G=31.98%
B=54.57%

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
Decimal531262150.750.4100.16212.9666.9452.55
Hex357ED74B29010d54335
Octal651763271135102032510365
Binary1101011111110110101111001011101001010000110101011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,215); }

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

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

 a { background-color: rgb(53,126,215); }

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

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

 span { border-color: rgb(53,126,215); }

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