#355CDE

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

Shades of Royal Blue #355CDE

Tints of Royal Blue #355CDE

Color information

#355CDE (or 0x355CDE) is unknown color: approx Royal Blue. HEX triplet: 35, 5C and DE. RGB value is (53,92,222). Sum of RGB (Red+Green+Blue) = 53+92+222=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #355CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CDE is #CAA321. Grayscale: #5E5E5E. Windows color (decimal): -13280034 or 14572597. OLE color: 14572597.

HSL color Cylindrical-coordinate representation of color #355CDE: hue angle of 226.15º degrees, saturation: 0.72, 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 #355CDE is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5392222-
CMYK0.760.5900.13
HSL226.15º71.91%53.92%-
HSV(B)226.15º76.13%87.06%-
XYZ18.4813.6970.77-
YUV95.16199.5897.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 222 (87.11% from 255) = 60.49%
R=14.44%
G=25.07%
B=60.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal53922220.760.5900.13226.1571.9153.92
Hex355CDE4C3B0De24836
Octal651343361147301534211066
Binary110101101110011011110100110011101101101111000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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