Html Css Color HEX #3950C2 Free Speech Blue

📋 copy color: '#3950C2'

red 57 ◦ green 80 ◦ blue 194

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

Shades of Free Speech Blue #3950C2

Tints of Free Speech Blue #3950C2

RGB

 RED value IS 57 (22.66% from 255) = 17.22%

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 194 (76.17% from 255) = 58.61%

R = 17.22%
G = 24.17%
B = 58.61%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3950C2 (or 0x3950C2) is known color: Free Speech Blue. HEX triplet: 39, 50 and C2. RGB value is (57,80,194). Sum of RGB (Red+Green+Blue) = 57+80+194=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 194 (76.17% from 255 or 58.61% from 331); Max value from RGB is 194 - color contains mainly: blue. Hex color #3950C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3950C2 is #C6AF3D. Grayscale: #555555. Windows color (decimal): -13020990 or 12734521. OLE color: 12734521.

HSL color Cylindrical-coordinate representation of color #3950C2: hue angle of 229.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3950C2 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 80 194 -
CMYK 0.71 0.59 0 0.24
HSL 229.93º 0.55% 0.49% -
HSV(B) 229.93º 0.71% 0.76% -
XYZ 14.29 10.5 52.31 -
YUV 86.12 188.88 107.23 -
System Red Green Blue C M Y K H S L
Decimal 57 80 194 0.71 0.59 0 0.24 229.93 0.55 0.49
Hex 39 50 C2 47 3B 0 18 E6 37 31
Octal 71 120 302 107 73 0 30 346 67 61
Binary 111001 1010000 11000010 1000111 111011 0 11000 11100110 110111 110001

Color Harmonies of #3950C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3950C2

Black with #3950C2

Text Example


Text Example

White with #3950C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3950C2; }

 p { color: rgb(57,80,194); }

 H1.HeaderClassName
 {
   color: #3950C2;
 }
 .AnyTagClassName
 {
   color: #3950C2;
 }
</style>

background-color css

<style>
 a { background-color: #3950C2; }

 a { background-color: rgb(57,80,194); }

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

border-color css

<style>
 span { border-color: #3950C2; }

 span { border-color: rgb(57,80,194); }

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