#326EDD

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

Shades of Royal Blue #326EDD

Tints of Royal Blue #326EDD

Color information

#326EDD (or 0x326EDD) is unknown color: approx Royal Blue. HEX triplet: 32, 6E and DD. RGB value is (50,110,221). Sum of RGB (Red+Green+Blue) = 50+110+221=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #326EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EDD is #CD9122. Grayscale: #686868. Windows color (decimal): -13472035 or 14511666. OLE color: 14511666.

HSL color Cylindrical-coordinate representation of color #326EDD: hue angle of 218.95º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326EDD is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB50110221-
CMYK0.770.5000.13
HSL218.95º71.55%53.14%-
HSV(B)218.95º77.38%86.67%-
XYZ19.9417.0570.65-
YUV104.71193.6288.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.12%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 221 (86.72% from 255) = 58.01%
R=13.12%
G=28.87%
B=58.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal501102210.770.5000.13218.9571.5553.14
Hex326EDD4D320Ddb4835
Octal621563351156201533311065
Binary110010110111011011101100110111001001101110110111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326EDD; }

 p { color: rgb(50,110,221); }

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

<style>
 a { background-color: #326EDD; }

 a { background-color: rgb(50,110,221); }

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

<style>
 span { border-color: #326EDD; }

 span { border-color: rgb(50,110,221); }

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