Html Css Color HEX #324EDA Free Speech Blue

📋 copy color: '#324EDA'

red 50 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Blue #324EDA

Tints of Free Speech Blue #324EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 14.45%
G = 22.54%
B = 63.01%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#324EDA (or 0x324EDA) is known color: Free Speech Blue. HEX triplet: 32, 4E and DA. RGB value is (50,78,218). Sum of RGB (Red+Green+Blue) = 50+78+218=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #324EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EDA is #CDB125. Grayscale: #555555. Windows color (decimal): -13480230 or 14306866. OLE color: 14306866.

HSL color Cylindrical-coordinate representation of color #324EDA: hue angle of 230º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324EDA is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 78 218 -
CMYK 0.77 0.64 0 0.15
HSL 230º 0.69% 0.53% -
HSV(B) 230º 0.77% 0.85% -
XYZ 16.69 11.19 67.61 -
YUV 85.59 202.72 102.62 -
System Red Green Blue C M Y K H S L
Decimal 50 78 218 0.77 0.64 0 0.15 230 0.69 0.53
Hex 32 4E DA 4D 40 0 F E6 45 35
Octal 62 116 332 115 100 0 17 346 105 65
Binary 110010 1001110 11011010 1001101 1000000 0 1111 11100110 1000101 110101

Color Harmonies of #324EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EDA

Black with #324EDA

Text Example


Text Example

White with #324EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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