Html Css Color HEX #324FD1 Free Speech Blue

📋 copy color: '#324FD1'

red 50 ◦ green 79 ◦ blue 209

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

Shades of Free Speech Blue #324FD1

Tints of Free Speech Blue #324FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.83%

R = 14.79%
G = 23.37%
B = 61.83%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#324FD1 (or 0x324FD1) is known color: Free Speech Blue. HEX triplet: 32, 4F and D1. RGB value is (50,79,209). Sum of RGB (Red+Green+Blue) = 50+79+209=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #324FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FD1 is #CDB02E. Grayscale: #545454. Windows color (decimal): -13479983 or 13717298. OLE color: 13717298.

HSL color Cylindrical-coordinate representation of color #324FD1: hue angle of 229.06º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324FD1 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 79 209 -
CMYK 0.76 0.62 0 0.18
HSL 229.06º 0.63% 0.51% -
HSV(B) 229.06º 0.76% 0.82% -
XYZ 15.62 10.87 61.6 -
YUV 85.15 197.89 102.93 -
System Red Green Blue C M Y K H S L
Decimal 50 79 209 0.76 0.62 0 0.18 229.06 0.63 0.51
Hex 32 4F D1 4C 3E 0 12 E5 3F 33
Octal 62 117 321 114 76 0 22 345 77 63
Binary 110010 1001111 11010001 1001100 111110 0 10010 11100101 111111 110011

Color Harmonies of #324FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FD1

Black with #324FD1

Text Example


Text Example

White with #324FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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