#327CDC

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

Shades of Royal Blue #327CDC

Tints of Royal Blue #327CDC

Color information

#327CDC (or 0x327CDC) is unknown color: approx Royal Blue. HEX triplet: 32, 7C and DC. RGB value is (50,124,220). Sum of RGB (Red+Green+Blue) = 50+124+220=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #327CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CDC is #CD8323. Grayscale: #707070. Windows color (decimal): -13468452 or 14449714. OLE color: 14449714.

HSL color Cylindrical-coordinate representation of color #327CDC: hue angle of 213.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327CDC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB50124220-
CMYK0.770.4400.14
HSL213.88º70.83%52.94%-
HSV(B)213.88º77.27%86.27%-
XYZ21.4420.2670.49-
YUV112.82188.4883.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.69%
GREEN value IS 124 (48.83% from 255) = 31.47%
BLUE value IS 220 (86.33% from 255) = 55.84%
R=12.69%
G=31.47%
B=55.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal501242200.770.4400.14213.8870.8352.94
Hex327CDC4D2C0Ed64735
Octal621743341155401632610765
Binary110010111110011011100100110110110001110110101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,220); }

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

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

 a { background-color: rgb(50,124,220); }

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

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

 span { border-color: rgb(50,124,220); }

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