Html Css Color HEX #324CE2 Royal Blue

📋 copy color: '#324CE2'

red 50 ◦ green 76 ◦ blue 226

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

Shades of Royal Blue #324CE2

Tints of Royal Blue #324CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 64.2%

R = 14.2%
G = 21.59%
B = 64.2%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#324CE2 (or 0x324CE2) is known color: Royal Blue. HEX triplet: 32, 4C and E2. RGB value is (50,76,226). Sum of RGB (Red+Green+Blue) = 50+76+226=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 226 (88.67% from 255 or 64.20% from 352); Max value from RGB is 226 - color contains mainly: blue. Hex color #324CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CE2 is #CDB31D. Grayscale: #545454. Windows color (decimal): -13480734 or 14830642. OLE color: 14830642.

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

Color convert

RGB 50 76 226 -
CMYK 0.78 0.66 0 0.11
HSL 231.14º 0.75% 0.54% -
HSV(B) 231.14º 0.78% 0.89% -
XYZ 17.63 11.34 73.21 -
YUV 85.33 207.39 102.8 -
System Red Green Blue C M Y K H S L
Decimal 50 76 226 0.78 0.66 0 0.11 231.14 0.75 0.54
Hex 32 4C E2 4E 42 0 B E7 4B 36
Octal 62 114 342 116 102 0 13 347 113 66
Binary 110010 1001100 11100010 1001110 1000010 0 1011 11100111 1001011 110110

Color Harmonies of #324CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CE2

Black with #324CE2

Text Example


Text Example

White with #324CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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