#356BFA

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

Shades of Royal Blue #356BFA

Tints of Royal Blue #356BFA

Color information

#356BFA (or 0x356BFA) is unknown color: approx Royal Blue. HEX triplet: 35, 6B and FA. RGB value is (53,107,250). Sum of RGB (Red+Green+Blue) = 53+107+250=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #356BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BFA is #CA9405. Grayscale: #6A6A6A. Windows color (decimal): -13276166 or 16411445. OLE color: 16411445.

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

Color convert

RGB53107250-
CMYK0.790.5700.02
HSL223.55º95.17%59.41%-
HSV(B)223.55º78.8%98.04%-
XYZ23.9818.1792.69-
YUV107.16208.6189.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.93%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 250 (98.05% from 255) = 60.98%
R=12.93%
G=26.10%
B=60.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531072500.790.5700.02223.5595.1759.41
Hex356BFA4F3902e05f3b
Octal65153372117710234013773
Binary1101011101011111110101001111111001010111000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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