Html Css Color HEX #325BD4 Free Speech Blue

📋 copy color: '#325BD4'

red 50 ◦ green 91 ◦ blue 212

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

Shades of Free Speech Blue #325BD4

Tints of Free Speech Blue #325BD4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 212 (83.2% from 255) = 60.06%

R = 14.16%
G = 25.78%
B = 60.06%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#325BD4 (or 0x325BD4) is known color: Free Speech Blue. HEX triplet: 32, 5B and D4. RGB value is (50,91,212). Sum of RGB (Red+Green+Blue) = 50+91+212=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #325BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BD4 is #CDA42B. Grayscale: #5C5C5C. Windows color (decimal): -13476908 or 13916978. OLE color: 13916978.

HSL color Cylindrical-coordinate representation of color #325BD4: hue angle of 224.81º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325BD4 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 50 91 212 -
CMYK 0.76 0.57 0 0.17
HSL 224.81º 0.65% 0.51% -
HSV(B) 224.81º 0.76% 0.83% -
XYZ 16.94 12.91 63.89 -
YUV 92.54 195.42 97.66 -
System Red Green Blue C M Y K H S L
Decimal 50 91 212 0.76 0.57 0 0.17 224.81 0.65 0.51
Hex 32 5B D4 4C 39 0 11 E1 41 33
Octal 62 133 324 114 71 0 21 341 101 63
Binary 110010 1011011 11010100 1001100 111001 0 10001 11100001 1000001 110011

Color Harmonies of #325BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BD4

Black with #325BD4

Text Example


Text Example

White with #325BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,212); }

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

background-color css

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

 a { background-color: rgb(50,91,212); }

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

border-color css

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

 span { border-color: rgb(50,91,212); }

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