#355DDA

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

Shades of Royal Blue #355DDA

Tints of Royal Blue #355DDA

Color information

#355DDA (or 0x355DDA) is unknown color: approx Royal Blue. HEX triplet: 35, 5D and DA. RGB value is (53,93,218). Sum of RGB (Red+Green+Blue) = 53+93+218=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #355DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DDA is #CAA225. Grayscale: #5E5E5E. Windows color (decimal): -13279782 or 14310709. OLE color: 14310709.

HSL color Cylindrical-coordinate representation of color #355DDA: hue angle of 225.45º degrees, saturation: 0.69, 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 #355DDA is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5393218-
CMYK0.760.5700.15
HSL225.45º69.04%53.14%-
HSV(B)225.45º75.69%85.49%-
XYZ18.0413.6568.01-
YUV95.29197.2597.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 218 (85.55% from 255) = 59.89%
R=14.56%
G=25.55%
B=59.89%

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
Decimal53932180.760.5700.15225.4569.0453.14
Hex355DDA4C390Fe14535
Octal651353321147101734110565
Binary110101101110111011010100110011100101111111000011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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