#355cd5

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

Shades of Royal Blue #355CD5

Tints of Royal Blue #355CD5

Color information

#355CD5 (or 0x355CD5) is unknown color: approx Royal Blue. HEX triplet: 35, 5C and D5. RGB value is (53,92,213). Sum of RGB (Red+Green+Blue) = 53+92+213=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #355CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CD5 is #CAA32A. Grayscale: #5D5D5D. Windows color (decimal): -13280043 or 13982773. OLE color: 13982773.

HSL color Cylindrical-coordinate representation of color #355CD5: hue angle of 225.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355CD5 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5392213-
CMYK0.750.5700.16
HSL225.38º65.57%52.16%-
HSV(B)225.38º75.12%83.53%-
XYZ17.3113.2264.59-
YUV94.13195.0898.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 213 (83.59% from 255) = 59.50%
R=14.80%
G=25.70%
B=59.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53922130.750.5700.16225.3865.5752.16
Hex355CD54B39010e14234
Octal651343251137102034110264
Binary1101011011100110101011001011111001010000111000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,92,213); }

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

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

 a { background-color: rgb(53,92,213); }

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

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

 span { border-color: rgb(53,92,213); }

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