Html Css Color HEX #324FDF Free Speech Blue

📋 copy color: '#324FDF'

red 50 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Blue #324FDF

Tints of Free Speech Blue #324FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 14.2%
G = 22.44%
B = 63.35%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#324FDF (or 0x324FDF) is known color: Free Speech Blue. HEX triplet: 32, 4F and DF. RGB value is (50,79,223). Sum of RGB (Red+Green+Blue) = 50+79+223=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #324FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FDF is #CDB020. Grayscale: #565656. Windows color (decimal): -13479969 or 14634802. OLE color: 14634802.

HSL color Cylindrical-coordinate representation of color #324FDF: hue angle of 229.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324FDF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 79 223 -
CMYK 0.78 0.65 0 0.13
HSL 229.94º 0.73% 0.54% -
HSV(B) 229.94º 0.78% 0.87% -
XYZ 17.43 11.6 71.13 -
YUV 86.75 204.89 101.79 -
System Red Green Blue C M Y K H S L
Decimal 50 79 223 0.78 0.65 0 0.13 229.94 0.73 0.54
Hex 32 4F DF 4E 41 0 D E6 49 36
Octal 62 117 337 116 101 0 15 346 111 66
Binary 110010 1001111 11011111 1001110 1000001 0 1101 11100110 1001001 110110

Color Harmonies of #324FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FDF

Black with #324FDF

Text Example


Text Example

White with #324FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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