Html Css Color HEX #324CE6 Royal Blue

📋 copy color: '#324CE6'

red 50 ◦ green 76 ◦ blue 230

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

Shades of Royal Blue #324CE6

Tints of Royal Blue #324CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 14.04%
G = 21.35%
B = 64.61%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#324CE6 (or 0x324CE6) is known color: Royal Blue. HEX triplet: 32, 4C and E6. RGB value is (50,76,230). Sum of RGB (Red+Green+Blue) = 50+76+230=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #324CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CE6 is #CDB319. Grayscale: #555555. Windows color (decimal): -13480730 or 15092786. OLE color: 15092786.

HSL color Cylindrical-coordinate representation of color #324CE6: hue angle of 231.33º degrees, saturation: 0.78, 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 #324CE6 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 76 230 -
CMYK 0.78 0.67 0 0.10
HSL 231.33º 0.78% 0.55% -
HSV(B) 231.33º 0.78% 0.9% -
XYZ 18.18 11.56 76.14 -
YUV 85.78 209.39 102.48 -
System Red Green Blue C M Y K H S L
Decimal 50 76 230 0.78 0.67 0 0.10 231.33 0.78 0.55
Hex 32 4C E6 4E 43 0 A E7 4E 37
Octal 62 114 346 116 103 0 12 347 116 67
Binary 110010 1001100 11100110 1001110 1000011 0 1010 11100111 1001110 110111

Color Harmonies of #324CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CE6

Black with #324CE6

Text Example


Text Example

White with #324CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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