Html Css Color HEX #324AE5 Royal Blue

📋 copy color: '#324AE5'

red 50 ◦ green 74 ◦ blue 229

#324AE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #324AE5

Tints of Royal Blue #324AE5

RGB

 RED value IS 50 (19.92% from 255) = 14.16%

 GREEN value IS 74 (29.3% from 255) = 20.96%

 BLUE value IS 229 (89.84% from 255) = 64.87%

R = 14.16%
G = 20.96%
B = 64.87%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#324AE5 (or 0x324AE5) is known color: Royal Blue. HEX triplet: 32, 4A and E5. RGB value is (50,74,229). Sum of RGB (Red+Green+Blue) = 50+74+229=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #324AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AE5 is #CDB51A. Grayscale: #535353. Windows color (decimal): -13481243 or 15026738. OLE color: 15026738.

HSL color Cylindrical-coordinate representation of color #324AE5: hue angle of 231.96º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324AE5 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 74 229 -
CMYK 0.78 0.68 0 0.10
HSL 231.96º 0.77% 0.55% -
HSV(B) 231.96º 0.78% 0.9% -
XYZ 17.91 11.23 75.35 -
YUV 84.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 50 74 229 0.78 0.68 0 0.10 231.96 0.77 0.55
Hex 32 4A E5 4E 44 0 A E8 4D 37
Octal 62 112 345 116 104 0 12 350 115 67
Binary 110010 1001010 11100101 1001110 1000100 0 1010 11101000 1001101 110111

Color Harmonies of #324AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AE5

Black with #324AE5

Text Example


Text Example

White with #324AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,74,229); }

 H1.HeaderClassName
 {
   color: #324AE5;
 }
 .AnyTagClassName
 {
   color: #324AE5;
 }
</style>

background-color css

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

 a { background-color: rgb(50,74,229); }

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

border-color css

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

 span { border-color: rgb(50,74,229); }

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