#356FF2

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

Shades of Royal Blue #356FF2

Tints of Royal Blue #356FF2

Color information

#356FF2 (or 0x356FF2) is unknown color: approx Royal Blue. HEX triplet: 35, 6F and F2. RGB value is (53,111,242). Sum of RGB (Red+Green+Blue) = 53+111+242=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #356FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FF2 is #CA900D. Grayscale: #6C6C6C. Windows color (decimal): -13275150 or 15888181. OLE color: 15888181.

HSL color Cylindrical-coordinate representation of color #356FF2: hue angle of 221.59º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356FF2 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53111242-
CMYK0.780.5400.05
HSL221.59º87.91%57.84%-
HSV(B)221.59º78.1%94.9%-
XYZ23.1818.5486.36-
YUV108.59203.2888.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.05%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 242 (94.92% from 255) = 59.61%
R=13.05%
G=27.34%
B=59.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531112420.780.5400.05221.5987.9157.84
Hex356FF24E3605de583a
Octal65157362116660533613072
Binary11010111011111111001010011101101100101110111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356FF2; }

 p { color: rgb(53,111,242); }

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

<style>
 a { background-color: #356FF2; }

 a { background-color: rgb(53,111,242); }

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

<style>
 span { border-color: #356FF2; }

 span { border-color: rgb(53,111,242); }

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