#355FD9

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

Shades of Royal Blue #355FD9

Tints of Royal Blue #355FD9

Color information

#355FD9 (or 0x355FD9) is unknown color: approx Royal Blue. HEX triplet: 35, 5F and D9. RGB value is (53,95,217). Sum of RGB (Red+Green+Blue) = 53+95+217=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #355FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FD9 is #CAA026. Grayscale: #5F5F5F. Windows color (decimal): -13279271 or 14245685. OLE color: 14245685.

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

Color convert

RGB5395217-
CMYK0.760.5600.15
HSL224.63º68.33%52.94%-
HSV(B)224.63º75.58%85.1%-
XYZ18.0813.9567.39-
YUV96.35196.0997.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.52%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 217 (85.16% from 255) = 59.45%
R=14.52%
G=26.03%
B=59.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal53952170.760.5600.15224.6368.3352.94
Hex355FD94C380Fe14435
Octal651373311147001734110465
Binary110101101111111011001100110011100001111111000011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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