#357EE4

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

Shades of Royal Blue #357EE4

Tints of Royal Blue #357EE4

Color information

#357EE4 (or 0x357EE4) is unknown color: approx Royal Blue. HEX triplet: 35, 7E and E4. RGB value is (53,126,228). Sum of RGB (Red+Green+Blue) = 53+126+228=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #357EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357EE4 is #CA811B. Grayscale: #737373. Windows color (decimal): -13271324 or 14974517. OLE color: 14974517.

HSL color Cylindrical-coordinate representation of color #357EE4: hue angle of 214.97º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #357EE4 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB53126228-
CMYK0.770.4500.11
HSL214.97º76.42%55.1%-
HSV(B)214.97º76.75%89.41%-
XYZ22.9321.2876.3-
YUV115.8191.3283.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 228 (89.45% from 255) = 56.02%
R=13.02%
G=30.96%
B=56.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal531262280.770.4500.11214.9776.4255.1
Hex357EE44D2D0Bd74c37
Octal651763441155501332711467
Binary110101111111011100100100110110110101011110101111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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