Html Css Color HEX #324CE4 Royal Blue

📋 copy color: '#324CE4'

red 50 ◦ green 76 ◦ blue 228

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

Shades of Royal Blue #324CE4

Tints of Royal Blue #324CE4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 228 (89.45% from 255) = 64.41%

R = 14.12%
G = 21.47%
B = 64.41%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#324CE4 (or 0x324CE4) is known color: Royal Blue. HEX triplet: 32, 4C and E4. RGB value is (50,76,228). Sum of RGB (Red+Green+Blue) = 50+76+228=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 228 (89.45% from 255 or 64.41% from 354); Max value from RGB is 228 - color contains mainly: blue. Hex color #324CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CE4 is #CDB31B. Grayscale: #545454. Windows color (decimal): -13480732 or 14961714. OLE color: 14961714.

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

Color convert

RGB 50 76 228 -
CMYK 0.78 0.67 0 0.11
HSL 231.24º 0.77% 0.55% -
HSV(B) 231.24º 0.78% 0.89% -
XYZ 17.9 11.45 74.66 -
YUV 85.55 208.39 102.64 -
System Red Green Blue C M Y K H S L
Decimal 50 76 228 0.78 0.67 0 0.11 231.24 0.77 0.55
Hex 32 4C E4 4E 43 0 B E7 4D 37
Octal 62 114 344 116 103 0 13 347 115 67
Binary 110010 1001100 11100100 1001110 1000011 0 1011 11100111 1001101 110111

Color Harmonies of #324CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CE4

Black with #324CE4

Text Example


Text Example

White with #324CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,228); }

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

background-color css

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

 a { background-color: rgb(50,76,228); }

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

border-color css

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

 span { border-color: rgb(50,76,228); }

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