#326ECC

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

Shades of Royal Blue #326ECC

Tints of Royal Blue #326ECC

Color information

#326ECC (or 0x326ECC) is unknown color: approx Royal Blue. HEX triplet: 32, 6E and CC. RGB value is (50,110,204). Sum of RGB (Red+Green+Blue) = 50+110+204=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #326ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326ECC is #CD9133. Grayscale: #666666. Windows color (decimal): -13472052 or 13397554. OLE color: 13397554.

HSL color Cylindrical-coordinate representation of color #326ECC: hue angle of 216.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #326ECC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB50110204-
CMYK0.750.4600.2
HSL216.62º60.63%49.8%-
HSV(B)216.62º75.49%80%-
XYZ17.7916.1959.31-
YUV102.78185.1290.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=13.74%
G=30.22%
B=56.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal501102040.750.4600.2216.6260.6349.8
Hex326ECC4B2E014d93d32
Octal62156314113560243317562
Binary110010110111011001100100101110111001010011011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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