#357DDD

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

Shades of Royal Blue #357DDD

Tints of Royal Blue #357DDD

Color information

#357DDD (or 0x357DDD) is unknown color: approx Royal Blue. HEX triplet: 35, 7D and DD. RGB value is (53,125,221). Sum of RGB (Red+Green+Blue) = 53+125+221=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #357DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357DDD is #CA8222. Grayscale: #717171. Windows color (decimal): -13271587 or 14515509. OLE color: 14515509.

HSL color Cylindrical-coordinate representation of color #357DDD: hue angle of 214.29º degrees, saturation: 0.71, 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 #357DDD is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53125221-
CMYK0.760.4300.13
HSL214.29º71.19%53.73%-
HSV(B)214.29º76.02%86.67%-
XYZ21.8520.6471.24-
YUV114.42188.1584.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 221 (86.72% from 255) = 55.39%
R=13.28%
G=31.33%
B=55.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal531252210.760.4300.13214.2971.1953.73
Hex357DDD4C2B0Dd64736
Octal651753351145301532610766
Binary110101111110111011101100110010101101101110101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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