#324EE8

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

Shades of Royal Blue #324EE8

Tints of Royal Blue #324EE8

Color information

#324EE8 (or 0x324EE8) is unknown color: approx Royal Blue. HEX triplet: 32, 4E and E8. RGB value is (50,78,232). Sum of RGB (Red+Green+Blue) = 50+78+232=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #324EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EE8 is #CDB117. Grayscale: #565656. Windows color (decimal): -13480216 or 15224370. OLE color: 15224370.

HSL color Cylindrical-coordinate representation of color #324EE8: hue angle of 230.77º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324EE8 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5078232-
CMYK0.780.6600.09
HSL230.77º79.82%55.29%-
HSV(B)230.77º78.45%90.98%-
XYZ18.6111.9577.67-
YUV87.18209.72101.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 232 (91.02% from 255) = 64.44%
R=13.89%
G=21.67%
B=64.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal50782320.780.6600.09230.7779.8255.29
Hex324EE84E4209e75037
Octal6211635011610201134712067
Binary1100101001110111010001001110100001001001111001111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324EE8; }

 p { color: rgb(50,78,232); }

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

<style>
 a { background-color: #324EE8; }

 a { background-color: rgb(50,78,232); }

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

<style>
 span { border-color: #324EE8; }

 span { border-color: rgb(50,78,232); }

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