#326EC8

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

Shades of Royal Blue #326EC8

Tints of Royal Blue #326EC8

Color information

#326EC8 (or 0x326EC8) is unknown color: approx Royal Blue. HEX triplet: 32, 6E and C8. RGB value is (50,110,200). Sum of RGB (Red+Green+Blue) = 50+110+200=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #326EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EC8 is #CD9137. Grayscale: #656565. Windows color (decimal): -13472056 or 13135410. OLE color: 13135410.

HSL color Cylindrical-coordinate representation of color #326EC8: hue angle of 216º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326EC8 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50110200-
CMYK0.750.4500.22
HSL216º60%49.02%-
HSV(B)216º75%78.43%-
XYZ17.321656.82-
YUV102.32183.1290.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 200 (78.52% from 255) = 55.56%
R=13.89%
G=30.56%
B=55.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501102000.750.4500.222166049.02
Hex326EC84B2D016d83c31
Octal62156310113550263307461
Binary110010110111011001000100101110110101011011011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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