#327DDB

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

Shades of Royal Blue #327DDB

Tints of Royal Blue #327DDB

Color information

#327DDB (or 0x327DDB) is unknown color: approx Royal Blue. HEX triplet: 32, 7D and DB. RGB value is (50,125,219). Sum of RGB (Red+Green+Blue) = 50+125+219=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #327DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DDB is #CD8224. Grayscale: #707070. Windows color (decimal): -13468197 or 14384434. OLE color: 14384434.

HSL color Cylindrical-coordinate representation of color #327DDB: hue angle of 213.37º degrees, saturation: 0.7, 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 #327DDB is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB50125219-
CMYK0.770.4300.14
HSL213.37º70.12%52.75%-
HSV(B)213.37º77.17%85.88%-
XYZ21.4420.4669.84-
YUV113.29187.6582.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.69%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 219 (85.94% from 255) = 55.58%
R=12.69%
G=31.73%
B=55.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal501252190.770.4300.14213.3770.1252.75
Hex327DDB4D2B0Ed54635
Octal621753331155301632510665
Binary110010111110111011011100110110101101110110101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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