#326BCA

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

Shades of Royal Blue #326BCA

Tints of Royal Blue #326BCA

Color information

#326BCA (or 0x326BCA) is unknown color: approx Royal Blue. HEX triplet: 32, 6B and CA. RGB value is (50,107,202). Sum of RGB (Red+Green+Blue) = 50+107+202=359 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.93% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #326BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BCA is #CD9435. Grayscale: #646464. Windows color (decimal): -13472822 or 13265714. OLE color: 13265714.

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

Color convert

RGB50107202-
CMYK0.750.4700.21
HSL217.5º60.32%49.41%-
HSV(B)217.5º75.25%79.22%-
XYZ17.2315.4657.95-
YUV100.79185.1291.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.93%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=13.93%
G=29.81%
B=56.27%

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
Decimal501072020.750.4700.21217.560.3249.41
Hex326BCA4B2F015da3c31
Octal62153312113570253327461
Binary110010110101111001010100101110111101010111011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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