#356DE7

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

Shades of Royal Blue #356DE7

Tints of Royal Blue #356DE7

Color information

#356DE7 (or 0x356DE7) is unknown color: approx Royal Blue. HEX triplet: 35, 6D and E7. RGB value is (53,109,231). Sum of RGB (Red+Green+Blue) = 53+109+231=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #356DE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356DE7 is #CA9218. Grayscale: #696969. Windows color (decimal): -13275673 or 15166773. OLE color: 15166773.

HSL color Cylindrical-coordinate representation of color #356DE7: hue angle of 221.12º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356DE7 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53109231-
CMYK0.770.5300.09
HSL221.12º78.76%55.69%-
HSV(B)221.12º77.06%90.59%-
XYZ21.3617.4677.85-
YUV106.16198.4590.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 231 (90.62% from 255) = 58.78%
R=13.49%
G=27.74%
B=58.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531092310.770.5300.09221.1278.7655.69
Hex356DE74D3509dd4f38
Octal651553471156501133511770
Binary110101110110111100111100110111010101001110111011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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