#327EDB

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

Shades of Royal Blue #327EDB

Tints of Royal Blue #327EDB

Color information

#327EDB (or 0x327EDB) is unknown color: approx Royal Blue. HEX triplet: 32, 7E and DB. RGB value is (50,126,219). Sum of RGB (Red+Green+Blue) = 50+126+219=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #327EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EDB is #CD8124. Grayscale: #717171. Windows color (decimal): -13467941 or 14384690. OLE color: 14384690.

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

Color convert

RGB50126219-
CMYK0.770.4200.14
HSL213.02º70.12%52.75%-
HSV(B)213.02º77.17%85.88%-
XYZ21.5620.7169.88-
YUV113.88187.3282.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.66%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 219 (85.94% from 255) = 55.44%
R=12.66%
G=31.90%
B=55.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal501262190.770.4200.14213.0270.1252.75
Hex327EDB4D2A0Ed54635
Octal621763331155201632510665
Binary110010111111011011011100110110101001110110101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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