Html Css Color HEX #325BCF Free Speech Blue

📋 copy color: '#325BCF'

red 50 ◦ green 91 ◦ blue 207

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

Shades of Free Speech Blue #325BCF

Tints of Free Speech Blue #325BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 14.37%
G = 26.15%
B = 59.48%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#325BCF (or 0x325BCF) is known color: Free Speech Blue. HEX triplet: 32, 5B and CF. RGB value is (50,91,207). Sum of RGB (Red+Green+Blue) = 50+91+207=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #325BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BCF is #CDA430. Grayscale: #5B5B5B. Windows color (decimal): -13476913 or 13589298. OLE color: 13589298.

HSL color Cylindrical-coordinate representation of color #325BCF: hue angle of 224.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325BCF is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 91 207 -
CMYK 0.76 0.56 0 0.19
HSL 224.33º 0.62% 0.5% -
HSV(B) 224.33º 0.76% 0.81% -
XYZ 16.32 12.67 60.62 -
YUV 91.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 50 91 207 0.76 0.56 0 0.19 224.33 0.62 0.5
Hex 32 5B CF 4C 38 0 13 E0 3E 32
Octal 62 133 317 114 70 0 23 340 76 62
Binary 110010 1011011 11001111 1001100 111000 0 10011 11100000 111110 110010

Color Harmonies of #325BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BCF

Black with #325BCF

Text Example


Text Example

White with #325BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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