#326DDD

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

Shades of Royal Blue #326DDD

Tints of Royal Blue #326DDD

Color information

#326DDD (or 0x326DDD) is unknown color: approx Royal Blue. HEX triplet: 32, 6D and DD. RGB value is (50,109,221). Sum of RGB (Red+Green+Blue) = 50+109+221=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #326DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DDD is #CD9222. Grayscale: #676767. Windows color (decimal): -13472291 or 14511410. OLE color: 14511410.

HSL color Cylindrical-coordinate representation of color #326DDD: hue angle of 219.3º 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 #326DDD is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB50109221-
CMYK0.770.5100.13
HSL219.3º71.55%53.14%-
HSV(B)219.3º77.38%86.67%-
XYZ19.8416.8470.61-
YUV104.13193.9589.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.16%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 221 (86.72% from 255) = 58.16%
R=13.16%
G=28.68%
B=58.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal501092210.770.5100.13219.371.5553.14
Hex326DDD4D330Ddb4835
Octal621553351156301533311065
Binary110010110110111011101100110111001101101110110111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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