Html Css Color HEX #324EE0 Royal Blue

📋 copy color: '#324EE0'

red 50 ◦ green 78 ◦ blue 224

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

Shades of Royal Blue #324EE0

Tints of Royal Blue #324EE0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

 BLUE value IS 224 (87.89% from 255) = 63.64%

R = 14.2%
G = 22.16%
B = 63.64%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#324EE0 (or 0x324EE0) is known color: Royal Blue. HEX triplet: 32, 4E and E0. RGB value is (50,78,224). Sum of RGB (Red+Green+Blue) = 50+78+224=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #324EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EE0 is #CDB11F. Grayscale: #555555. Windows color (decimal): -13480224 or 14700082. OLE color: 14700082.

HSL color Cylindrical-coordinate representation of color #324EE0: hue angle of 230.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324EE0 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 78 224 -
CMYK 0.78 0.65 0 0.12
HSL 230.34º 0.74% 0.54% -
HSV(B) 230.34º 0.78% 0.88% -
XYZ 17.49 11.51 71.82 -
YUV 86.27 205.72 102.13 -
System Red Green Blue C M Y K H S L
Decimal 50 78 224 0.78 0.65 0 0.12 230.34 0.74 0.54
Hex 32 4E E0 4E 41 0 C E6 4A 36
Octal 62 116 340 116 101 0 14 346 112 66
Binary 110010 1001110 11100000 1001110 1000001 0 1100 11100110 1001010 110110

Color Harmonies of #324EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EE0

Black with #324EE0

Text Example


Text Example

White with #324EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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