#327AE6

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

Shades of Royal Blue #327AE6

Tints of Royal Blue #327AE6

Color information

#327AE6 (or 0x327AE6) is unknown color: approx Royal Blue. HEX triplet: 32, 7A and E6. RGB value is (50,122,230). Sum of RGB (Red+Green+Blue) = 50+122+230=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 230 (90.23% from 255 or 57.21% from 402); Max value from RGB is 230 - color contains mainly: blue. Hex color #327AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327AE6 is #CD8519. Grayscale: #707070. Windows color (decimal): -13468954 or 15104562. OLE color: 15104562.

HSL color Cylindrical-coordinate representation of color #327AE6: hue angle of 216º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327AE6 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB50122230-
CMYK0.780.4700.10
HSL216º78.26%54.9%-
HSV(B)216º78.26%90.2%-
XYZ22.5620.3177.59-
YUV112.78194.1583.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.44%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 230 (90.23% from 255) = 57.21%
R=12.44%
G=30.35%
B=57.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal501222300.780.4700.1021678.2654.9
Hex327AE64E2F0Ad84e37
Octal621723461165701233011667
Binary110010111101011100110100111010111101010110110001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327AE6; }

 p { color: rgb(50,122,230); }

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

<style>
 a { background-color: #327AE6; }

 a { background-color: rgb(50,122,230); }

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

<style>
 span { border-color: #327AE6; }

 span { border-color: rgb(50,122,230); }

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