#326CCA

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

Shades of Royal Blue #326CCA

Tints of Royal Blue #326CCA

Color information

#326CCA (or 0x326CCA) is unknown color: approx Royal Blue. HEX triplet: 32, 6C and CA. RGB value is (50,108,202). Sum of RGB (Red+Green+Blue) = 50+108+202=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #326CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CCA is #CD9335. Grayscale: #646464. Windows color (decimal): -13472566 or 13265970. OLE color: 13265970.

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

Color convert

RGB50108202-
CMYK0.750.4700.21
HSL217.11º60.32%49.41%-
HSV(B)217.11º75.25%79.22%-
XYZ17.3415.6757.99-
YUV101.37184.7891.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=13.89%
G=30%
B=56.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501082020.750.4700.21217.1160.3249.41
Hex326CCA4B2F015d93c31
Octal62154312113570253317461
Binary110010110110011001010100101110111101010111011001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,108,202); }

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

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

 a { background-color: rgb(50,108,202); }

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

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

 span { border-color: rgb(50,108,202); }

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