Html Css Color HEX #324FEC Royal Blue

📋 copy color: '#324FEC'

red 50 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #324FEC

Tints of Royal Blue #324FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 13.7%
G = 21.64%
B = 64.66%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#324FEC (or 0x324FEC) is known color: Royal Blue. HEX triplet: 32, 4F and EC. RGB value is (50,79,236). Sum of RGB (Red+Green+Blue) = 50+79+236=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #324FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FEC is #CDB013. Grayscale: #575757. Windows color (decimal): -13479956 or 15486770. OLE color: 15486770.

HSL color Cylindrical-coordinate representation of color #324FEC: hue angle of 230.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324FEC is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 79 236 -
CMYK 0.79 0.67 0 0.07
HSL 230.65º 0.83% 0.56% -
HSV(B) 230.65º 0.79% 0.93% -
XYZ 19.25 12.33 80.72 -
YUV 88.23 211.39 100.73 -
System Red Green Blue C M Y K H S L
Decimal 50 79 236 0.79 0.67 0 0.07 230.65 0.83 0.56
Hex 32 4F EC 4F 43 0 7 E7 53 38
Octal 62 117 354 117 103 0 7 347 123 70
Binary 110010 1001111 11101100 1001111 1000011 0 111 11100111 1010011 111000

Color Harmonies of #324FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FEC

Black with #324FEC

Text Example


Text Example

White with #324FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,79,236); }

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

background-color css

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

 a { background-color: rgb(50,79,236); }

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

border-color css

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

 span { border-color: rgb(50,79,236); }

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