#357DE4

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

Shades of Royal Blue #357DE4

Tints of Royal Blue #357DE4

Color information

#357DE4 (or 0x357DE4) is unknown color: approx Royal Blue. HEX triplet: 35, 7D and E4. RGB value is (53,125,228). Sum of RGB (Red+Green+Blue) = 53+125+228=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #357DE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DE4 is #CA821B. Grayscale: #727272. Windows color (decimal): -13271580 or 14974261. OLE color: 14974261.

HSL color Cylindrical-coordinate representation of color #357DE4: hue angle of 215.31º 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 #357DE4 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB53125228-
CMYK0.770.4500.11
HSL215.31º76.42%55.1%-
HSV(B)215.31º76.75%89.41%-
XYZ22.8121.0376.26-
YUV115.21191.6583.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 228 (89.45% from 255) = 56.16%
R=13.05%
G=30.79%
B=56.16%

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
Decimal531252280.770.4500.11215.3176.4255.1
Hex357DE44D2D0Bd74c37
Octal651753441155501332711467
Binary110101111110111100100100110110110101011110101111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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