#327EDF

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

Shades of Royal Blue #327EDF

Tints of Royal Blue #327EDF

Color information

#327EDF (or 0x327EDF) is unknown color: approx Royal Blue. HEX triplet: 32, 7E and DF. RGB value is (50,126,223). Sum of RGB (Red+Green+Blue) = 50+126+223=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #327EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EDF is #CD8120. Grayscale: #717171. Windows color (decimal): -13467937 or 14646834. OLE color: 14646834.

HSL color Cylindrical-coordinate representation of color #327EDF: hue angle of 213.64º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327EDF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB50126223-
CMYK0.780.4300.13
HSL213.64º73%53.53%-
HSV(B)213.64º77.58%87.45%-
XYZ22.120.9372.69-
YUV114.33189.3282.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.53%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 223 (87.5% from 255) = 55.89%
R=12.53%
G=31.58%
B=55.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal501262230.780.4300.13213.647353.53
Hex327EDF4E2B0Dd64936
Octal621763371165301532611166
Binary110010111111011011111100111010101101101110101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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