Html Css Color HEX #324EEB Royal Blue

📋 copy color: '#324EEB'

red 50 ◦ green 78 ◦ blue 235

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

Shades of Royal Blue #324EEB

Tints of Royal Blue #324EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 13.77%
G = 21.49%
B = 64.74%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#324EEB (or 0x324EEB) is known color: Royal Blue. HEX triplet: 32, 4E and EB. RGB value is (50,78,235). Sum of RGB (Red+Green+Blue) = 50+78+235=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #324EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EEB is #CDB114. Grayscale: #565656. Windows color (decimal): -13480213 or 15420978. OLE color: 15420978.

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

Color convert

RGB 50 78 235 -
CMYK 0.79 0.67 0 0.08
HSL 230.92º 0.82% 0.56% -
HSV(B) 230.92º 0.79% 0.92% -
XYZ 19.04 12.13 79.93 -
YUV 87.53 211.22 101.23 -
System Red Green Blue C M Y K H S L
Decimal 50 78 235 0.79 0.67 0 0.08 230.92 0.82 0.56
Hex 32 4E EB 4F 43 0 8 E7 52 38
Octal 62 116 353 117 103 0 10 347 122 70
Binary 110010 1001110 11101011 1001111 1000011 0 1000 11100111 1010010 111000

Color Harmonies of #324EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EEB

Black with #324EEB

Text Example


Text Example

White with #324EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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