#357CDE

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

Shades of Royal Blue #357CDE

Tints of Royal Blue #357CDE

Color information

#357CDE (or 0x357CDE) is unknown color: approx Royal Blue. HEX triplet: 35, 7C and DE. RGB value is (53,124,222). Sum of RGB (Red+Green+Blue) = 53+124+222=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #357CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357CDE is #CA8321. Grayscale: #717171. Windows color (decimal): -13271842 or 14580789. OLE color: 14580789.

HSL color Cylindrical-coordinate representation of color #357CDE: hue angle of 214.79º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #357CDE is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53124222-
CMYK0.760.4400.13
HSL214.79º71.91%53.92%-
HSV(B)214.79º76.13%87.06%-
XYZ21.8620.4571.9-
YUV113.94188.9884.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=13.28%
G=31.08%
B=55.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531242220.760.4400.13214.7971.9153.92
Hex357CDE4C2C0Dd74836
Octal651743361145401532711066
Binary110101111110011011110100110010110001101110101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,124,222); }

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

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

 a { background-color: rgb(53,124,222); }

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

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

 span { border-color: rgb(53,124,222); }

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