Html Css Color HEX #324EE8 Royal Blue

📋 copy color: '#324EE8'

red 50 ◦ green 78 ◦ blue 232

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

Shades of Royal Blue #324EE8

Tints of Royal Blue #324EE8

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 value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#324EE8 (or 0x324EE8) is known color: 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

RGB 50 78 232 -
CMYK 0.78 0.66 0 0.09
HSL 230.77º 0.8% 0.55% -
HSV(B) 230.77º 0.78% 0.91% -
XYZ 18.61 11.95 77.67 -
YUV 87.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 50 78 232 0.78 0.66 0 0.09 230.77 0.8 0.55
Hex 32 4E E8 4E 42 0 9 E7 50 37
Octal 62 116 350 116 102 0 11 347 120 67
Binary 110010 1001110 11101000 1001110 1000010 0 1001 11100111 1010000 110111

Color Harmonies of #324EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EE8

Black with #324EE8

Text Example


Text Example

White with #324EE8

Text Example


Text Example

HTML Codes & Css Web 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>