#327dda

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

Shades of Royal Blue #327DDA

Tints of Royal Blue #327DDA

Color information

#327DDA (or 0x327DDA) is unknown color: approx Royal Blue. HEX triplet: 32, 7D and DA. RGB value is (50,125,218). Sum of RGB (Red+Green+Blue) = 50+125+218=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #327DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DDA is #CD8225. Grayscale: #707070. Windows color (decimal): -13468198 or 14318898. OLE color: 14318898.

HSL color Cylindrical-coordinate representation of color #327DDA: hue angle of 213.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327DDA is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB50125218-
CMYK0.770.4300.15
HSL213.21º69.42%52.55%-
HSV(B)213.21º77.06%85.49%-
XYZ21.320.4169.15-
YUV113.18187.1582.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.72%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 218 (85.55% from 255) = 55.47%
R=12.72%
G=31.81%
B=55.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal501252180.770.4300.15213.2169.4252.55
Hex327DDA4D2B0Fd54535
Octal621753321155301732510565
Binary110010111110111011010100110110101101111110101011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327dda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,125,218); }

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

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

 a { background-color: rgb(50,125,218); }

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

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

 span { border-color: rgb(50,125,218); }

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