#356FFA

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

Shades of Royal Blue #356FFA

Tints of Royal Blue #356FFA

Color information

#356FFA (or 0x356FFA) is unknown color: approx Royal Blue. HEX triplet: 35, 6F and FA. RGB value is (53,111,250). Sum of RGB (Red+Green+Blue) = 53+111+250=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #356FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356FFA is #CA9005. Grayscale: #6C6C6C. Windows color (decimal): -13275142 or 16412469. OLE color: 16412469.

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

Color convert

RGB53111250-
CMYK0.790.5600.02
HSL222.34º95.17%59.41%-
HSV(B)222.34º78.8%98.04%-
XYZ24.4119.0392.83-
YUV109.5207.2887.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.80%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=12.80%
G=26.81%
B=60.39%

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
Decimal531112500.790.5600.02222.3495.1759.41
Hex356FFA4F3802de5f3b
Octal65157372117700233613773
Binary1101011101111111110101001111111000010110111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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