#326ED7

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

Shades of Royal Blue #326ED7

Tints of Royal Blue #326ED7

Color information

#326ED7 (or 0x326ED7) is unknown color: approx Royal Blue. HEX triplet: 32, 6E and D7. RGB value is (50,110,215). Sum of RGB (Red+Green+Blue) = 50+110+215=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #326ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ED7 is #CD9128. Grayscale: #676767. Windows color (decimal): -13472041 or 14118450. OLE color: 14118450.

HSL color Cylindrical-coordinate representation of color #326ED7: hue angle of 218.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #326ED7 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB50110215-
CMYK0.770.4900.16
HSL218.18º67.35%51.96%-
HSV(B)218.18º76.74%84.31%-
XYZ19.1616.7466.51-
YUV104.03190.6289.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 215 (84.38% from 255) = 57.33%
R=13.33%
G=29.33%
B=57.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal501102150.770.4900.16218.1867.3551.96
Hex326ED74D31010da4334
Octal621563271156102033210364
Binary1100101101110110101111001101110001010000110110101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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