Html Css Color HEX #325ED2 Free Speech Blue

📋 copy color: '#325ED2'

red 50 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Blue #325ED2

Tints of Free Speech Blue #325ED2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 210 (82.42% from 255) = 59.32%

R = 14.12%
G = 26.55%
B = 59.32%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#325ED2 (or 0x325ED2) is known color: Free Speech Blue. HEX triplet: 32, 5E and D2. RGB value is (50,94,210). Sum of RGB (Red+Green+Blue) = 50+94+210=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 210 (82.42% from 255 or 59.32% from 354); Max value from RGB is 210 - color contains mainly: blue. Hex color #325ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ED2 is #CDA12D. Grayscale: #5D5D5D. Windows color (decimal): -13476142 or 13786674. OLE color: 13786674.

HSL color Cylindrical-coordinate representation of color #325ED2: hue angle of 223.5º degrees, saturation: 0.64, 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 #325ED2 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 94 210 -
CMYK 0.76 0.55 0 0.18
HSL 223.5º 0.64% 0.51% -
HSV(B) 223.5º 0.76% 0.82% -
XYZ 16.95 13.34 62.65 -
YUV 94.07 193.42 96.57 -
System Red Green Blue C M Y K H S L
Decimal 50 94 210 0.76 0.55 0 0.18 223.5 0.64 0.51
Hex 32 5E D2 4C 37 0 12 E0 40 33
Octal 62 136 322 114 67 0 22 340 100 63
Binary 110010 1011110 11010010 1001100 110111 0 10010 11100000 1000000 110011

Color Harmonies of #325ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325ED2

Black with #325ED2

Text Example


Text Example

White with #325ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325ED2; }

 p { color: rgb(50,94,210); }

 H1.HeaderClassName
 {
   color: #325ED2;
 }
 .AnyTagClassName
 {
   color: #325ED2;
 }
</style>

background-color css

<style>
 a { background-color: #325ED2; }

 a { background-color: rgb(50,94,210); }

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

border-color css

<style>
 span { border-color: #325ED2; }

 span { border-color: rgb(50,94,210); }

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