#356EFA

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

Shades of Royal Blue #356EFA

Tints of Royal Blue #356EFA

Color information

#356EFA (or 0x356EFA) is unknown color: approx Royal Blue. HEX triplet: 35, 6E and FA. RGB value is (53,110,250). Sum of RGB (Red+Green+Blue) = 53+110+250=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #356EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EFA is #CA9105. Grayscale: #6C6C6C. Windows color (decimal): -13275398 or 16412213. OLE color: 16412213.

HSL color Cylindrical-coordinate representation of color #356EFA: hue angle of 222.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356EFA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53110250-
CMYK0.790.5600.02
HSL222.64º95.17%59.41%-
HSV(B)222.64º78.8%98.04%-
XYZ24.318.8192.79-
YUV108.92207.6288.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.83%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 250 (98.05% from 255) = 60.53%
R=12.83%
G=26.63%
B=60.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531102500.790.5600.02222.6495.1759.41
Hex356EFA4F3802df5f3b
Octal65156372117700233713773
Binary1101011101110111110101001111111000010110111111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,110,250); }

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

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

 a { background-color: rgb(53,110,250); }

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

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

 span { border-color: rgb(53,110,250); }

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