Html Css Color HEX #324EE6 Royal Blue

📋 copy color: '#324EE6'

red 50 ◦ green 78 ◦ blue 230

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

Shades of Royal Blue #324EE6

Tints of Royal Blue #324EE6

RGB

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

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

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

R = 13.97%
G = 21.79%
B = 64.25%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#324EE6 (or 0x324EE6) is known color: Royal Blue. HEX triplet: 32, 4E and E6. RGB value is (50,78,230). Sum of RGB (Red+Green+Blue) = 50+78+230=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #324EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EE6 is #CDB119. Grayscale: #565656. Windows color (decimal): -13480218 or 15093298. OLE color: 15093298.

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

Color convert

RGB 50 78 230 -
CMYK 0.78 0.66 0 0.10
HSL 230.67º 0.78% 0.55% -
HSV(B) 230.67º 0.78% 0.9% -
XYZ 18.32 11.84 76.18 -
YUV 86.96 208.72 101.64 -
System Red Green Blue C M Y K H S L
Decimal 50 78 230 0.78 0.66 0 0.10 230.67 0.78 0.55
Hex 32 4E E6 4E 42 0 A E7 4E 37
Octal 62 116 346 116 102 0 12 347 116 67
Binary 110010 1001110 11100110 1001110 1000010 0 1010 11100111 1001110 110111

Color Harmonies of #324EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EE6

Black with #324EE6

Text Example


Text Example

White with #324EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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