#356DFA

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

Shades of Royal Blue #356DFA

Tints of Royal Blue #356DFA

Color information

#356DFA (or 0x356DFA) is unknown color: approx Royal Blue. HEX triplet: 35, 6D and FA. RGB value is (53,109,250). Sum of RGB (Red+Green+Blue) = 53+109+250=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #356DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356DFA is #CA9205. Grayscale: #6B6B6B. Windows color (decimal): -13275654 or 16411957. OLE color: 16411957.

HSL color Cylindrical-coordinate representation of color #356DFA: hue angle of 222.94º 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 #356DFA is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53109250-
CMYK0.790.5600.02
HSL222.94º95.17%59.41%-
HSV(B)222.94º78.8%98.04%-
XYZ24.1918.692.76-
YUV108.33207.9588.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 250 (98.05% from 255) = 60.68%
R=12.86%
G=26.46%
B=60.68%

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
Decimal531092500.790.5600.02222.9495.1759.41
Hex356DFA4F3802df5f3b
Octal65155372117700233713773
Binary1101011101101111110101001111111000010110111111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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