Html Css Color HEX #324EED Royal Blue

📋 copy color: '#324EED'

red 50 ◦ green 78 ◦ blue 237

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

Shades of Royal Blue #324EED

Tints of Royal Blue #324EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 13.7%
G = 21.37%
B = 64.93%

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

#324EED (or 0x324EED) is known color: Royal Blue. HEX triplet: 32, 4E and ED. RGB value is (50,78,237). Sum of RGB (Red+Green+Blue) = 50+78+237=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #324EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EED is #CDB112. Grayscale: #575757. Windows color (decimal): -13480211 or 15552050. OLE color: 15552050.

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

Color convert

RGB 50 78 237 -
CMYK 0.79 0.67 0 0.07
HSL 231.02º 0.84% 0.56% -
HSV(B) 231.02º 0.79% 0.93% -
XYZ 19.33 12.24 81.47 -
YUV 87.75 212.22 101.07 -
System Red Green Blue C M Y K H S L
Decimal 50 78 237 0.79 0.67 0 0.07 231.02 0.84 0.56
Hex 32 4E ED 4F 43 0 7 E7 54 38
Octal 62 116 355 117 103 0 7 347 124 70
Binary 110010 1001110 11101101 1001111 1000011 0 111 11100111 1010100 111000

Color Harmonies of #324EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EED

Black with #324EED

Text Example


Text Example

White with #324EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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