#326FC8

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

Shades of Royal Blue #326FC8

Tints of Royal Blue #326FC8

Color information

#326FC8 (or 0x326FC8) is unknown color: approx Royal Blue. HEX triplet: 32, 6F and C8. RGB value is (50,111,200). Sum of RGB (Red+Green+Blue) = 50+111+200=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #326FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FC8 is #CD9037. Grayscale: #666666. Windows color (decimal): -13471800 or 13135666. OLE color: 13135666.

HSL color Cylindrical-coordinate representation of color #326FC8: hue angle of 215.6º 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 #326FC8 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50111200-
CMYK0.750.4400.22
HSL215.6º60%49.02%-
HSV(B)215.6º75%78.43%-
XYZ17.4316.2256.86-
YUV102.91182.7990.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 200 (78.52% from 255) = 55.40%
R=13.85%
G=30.75%
B=55.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501112000.750.4400.22215.66049.02
Hex326FC84B2C016d83c31
Octal62157310113540263307461
Binary110010110111111001000100101110110001011011011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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