#326DE7

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

Shades of Royal Blue #326DE7

Tints of Royal Blue #326DE7

Color information

#326DE7 (or 0x326DE7) is unknown color: approx Royal Blue. HEX triplet: 32, 6D and E7. RGB value is (50,109,231). Sum of RGB (Red+Green+Blue) = 50+109+231=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 231 (90.62% from 255 or 59.23% from 390); Max value from RGB is 231 - color contains mainly: blue. Hex color #326DE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DE7 is #CD9218. Grayscale: #686868. Windows color (decimal): -13472281 or 15166770. OLE color: 15166770.

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

Color convert

RGB50109231-
CMYK0.780.5300.09
HSL220.44º79.04%55.1%-
HSV(B)220.44º78.35%90.59%-
XYZ21.2117.3877.84-
YUV105.27198.9588.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.82%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 231 (90.62% from 255) = 59.23%
R=12.82%
G=27.95%
B=59.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal501092310.780.5300.09220.4479.0455.1
Hex326DE74E3509dc4f37
Octal621553471166501133411767
Binary110010110110111100111100111011010101001110111001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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