#355DD9

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

Shades of Royal Blue #355DD9

Tints of Royal Blue #355DD9

Color information

#355DD9 (or 0x355DD9) is unknown color: approx Royal Blue. HEX triplet: 35, 5D and D9. RGB value is (53,93,217). Sum of RGB (Red+Green+Blue) = 53+93+217=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 217 (85.16% from 255 or 59.78% from 363); Max value from RGB is 217 - color contains mainly: blue. Hex color #355DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DD9 is #CAA226. Grayscale: #5E5E5E. Windows color (decimal): -13279783 or 14245173. OLE color: 14245173.

HSL color Cylindrical-coordinate representation of color #355DD9: hue angle of 225.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355DD9 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5393217-
CMYK0.760.5700.15
HSL225.37º68.33%52.94%-
HSV(B)225.37º75.58%85.1%-
XYZ17.9113.667.33-
YUV95.18196.7597.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 217 (85.16% from 255) = 59.78%
R=14.60%
G=25.62%
B=59.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53932170.760.5700.15225.3768.3352.94
Hex355DD94C390Fe14435
Octal651353311147101734110465
Binary110101101110111011001100110011100101111111000011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355DD9; }

 p { color: rgb(53,93,217); }

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

<style>
 a { background-color: #355DD9; }

 a { background-color: rgb(53,93,217); }

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

<style>
 span { border-color: #355DD9; }

 span { border-color: rgb(53,93,217); }

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