#327BE0

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

Shades of Royal Blue #327BE0

Tints of Royal Blue #327BE0

Color information

#327BE0 (or 0x327BE0) is unknown color: approx Royal Blue. HEX triplet: 32, 7B and E0. RGB value is (50,123,224). Sum of RGB (Red+Green+Blue) = 50+123+224=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #327BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BE0 is #CD841F. Grayscale: #707070. Windows color (decimal): -13468704 or 14711602. OLE color: 14711602.

HSL color Cylindrical-coordinate representation of color #327BE0: hue angle of 214.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327BE0 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB50123224-
CMYK0.780.4500.12
HSL214.83º73.73%53.73%-
HSV(B)214.83º77.68%87.84%-
XYZ21.8520.2373.27-
YUV112.69190.8283.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.59%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 224 (87.89% from 255) = 56.42%
R=12.59%
G=30.98%
B=56.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal501232240.780.4500.12214.8373.7353.73
Hex327BE04E2D0Cd74a36
Octal621733401165501432711266
Binary110010111101111100000100111010110101100110101111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,123,224); }

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

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

 a { background-color: rgb(50,123,224); }

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

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

 span { border-color: rgb(50,123,224); }

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